README - improved documentation of --columns option.
This commit is contained in:
parent
676b800993
commit
cb8b1c2655
1 changed files with 3 additions and 3 deletions
6
README
6
README
|
@ -538,9 +538,9 @@ General writer options
|
|||
|
||||
`--columns=`*NUMBER*
|
||||
|
||||
: Specify length of lines in characters (for text wrapping).
|
||||
This affects only the generated source code, not the layout on
|
||||
the rendered page.
|
||||
: Specify length of lines in characters. This affects text wrapping
|
||||
in the generated source code (see `--wrap`). It also affects
|
||||
calculation of column widths for plain text tables (see [Tables] below).
|
||||
|
||||
`--toc`, `--table-of-contents`
|
||||
|
||||
|
|
Loading…
Reference in a new issue