diff options
Diffstat (limited to 'org/doc_reform.org')
-rw-r--r-- | org/doc_reform.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/doc_reform.org b/org/doc_reform.org index d805744..eb47d69 100644 --- a/org/doc_reform.org +++ b/org/doc_reform.org @@ -370,7 +370,7 @@ auto helpInfo = getopt(args, "ocn", "--ocn object cite numbers (default)", &opts["ocn"], "parallel", "--parallel parallelisation", &opts["parallel"], "parallel-subprocesses", "--parallel-subprocesses nested parallelisation", &opts["parallel-subprocesses"], - "quiet", "--quiet output to terminal", &opts["quiet"], + "quiet|q", "--quiet output to terminal", &opts["quiet"], "pod", "--pod doc reform pod source content bundled", &opts["pod"], "serial", "--serial serial processing", &opts["serial"], "source", "--source markup source text content", &opts["source"], |