diff options
| -rw-r--r-- | MANUAL.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index e104f930a..6ebe458d4 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -770,9 +770,11 @@ header when requesting a document from a URL: `-V` *KEY*[`=`*VAL*], `--variable=`*KEY*[`:`*VAL*] -: Set the template variable *KEY* to the value *VAL* when rendering the - document in standalone mode. If no *VAL* is specified, the - key will be given the value `true`. +: Set the template variable *KEY* to the string value *VAL* when rendering + the document in standalone mode. If no *VAL* is specified, the + key will be given the value `true`. Structured values (lists, maps) + cannot be assigned using this option, but they can be assigned in + the `variables` section of a [defaults file][Defaults files]. `--sandbox[=true|false]` |
