aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index 2e8502f01..0bc9b3a01 100644
--- a/README
+++ b/README
@@ -177,7 +177,7 @@ Options
`-p`, `--preserve-tabs`
: Preserve tabs instead of converting them to spaces (the default).
-`--tab-stop=`*TABSTOP*
+`--tab-stop=`*NUMBER*
: Specify the number of spaces per tab (default is 4).
`--strict`
@@ -270,6 +270,9 @@ Options
: Disable text wrapping in output. By default, text is wrapped
appropriately for the output format.
+`--columns`=*NUMBER*
+: Specify length of lines in characters (for text wrapping).
+
`--email-obfuscation=`*none|javascript|references*
: Specify a method for obfuscating `mailto:` links in HTML documents.
*none* leaves `mailto:` links as they are. *javascript* obfuscates
@@ -294,7 +297,7 @@ Options
one) in the output document. This option has no effect on `man`,
`docbook`, `slidy`, or `s5` output.
-`--base-header-level=`*LEVEL*
+`--base-header-level=`*NUMBER*
: Specify the base level for headers (defaults to 1).
`--template=`*FILE*