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