summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 7b75565c1..236637d10 100644
--- a/README
+++ b/README
@@ -284,6 +284,12 @@ Reader options
if no directory is provided. If you want to run a script in the
working directory, preface the filename with `./`.
+`-M` *KEY[=VAL]*, `--metadata=`*KEY[:VAL]*
+: Set the metadata field *KEY* to the value *VAL* after
+ parsing. A value specified on the command line overrides a value
+ specified in the document. Values will be interpreted as raw strings.
+ If no value is specified, the value will be treated as Boolean true.
+
`--normalize`
: Normalize the document after reading: merge adjacent
`Str` or `Emph` elements, for example, and remove repeated `Space`s.