Browse Source

Add missing value placeholders to usage message

Alois Mahdal 6 years ago
parent
commit
bdf0e55f3e
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/bin/sfdoc

+ 2
- 2
src/bin/sfdoc View File

33
             "-d, --debug        Turn on debugging"                      \
33
             "-d, --debug        Turn on debugging"                      \
34
             "-a, --all          Don't ignore hidden (starting with"     \
34
             "-a, --all          Don't ignore hidden (starting with"     \
35
             "                   underscore) modules or objects"         \
35
             "                   underscore) modules or objects"         \
36
-            "--encoding         Override encoding of the source text"   \
36
+            "--encoding ENC     Override encoding of the source text"   \
37
             "                   (default: utf8)"                        \
37
             "                   (default: utf8)"                        \
38
-            "--name             Override module name (useful when"      \
38
+            "--name NAME        Override module name (useful when"      \
39
             "                   exporting from a file and the filename" \
39
             "                   exporting from a file and the filename" \
40
             "                   is not helpful)"                        \
40
             "                   is not helpful)"                        \
41
             "-I PTH, --include PTH  Include path PTH when searching"    \
41
             "-I PTH, --include PTH  Include path PTH when searching"    \