diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2019-05-27 23:35:01 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-10-17 19:06:37 -0400 |
commit | 3e3a1a76ce4d0abe75277afb2937539fc0e9a4e6 (patch) | |
tree | f9dd8d19293c86d194b6a1e840f144e1819fb82c /org/doc_reform.org | |
parent | review, reduce use of auto (diff) |
remove ./data for now, else relatively minor
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"], |