Browse Source

Fixup usage message formatting

Alois Mahdal 6 years ago
parent
commit
8fc2dcf036
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      src/bin/sfdoc

+ 3
- 3
src/bin/sfdoc View File

@@ -20,9 +20,9 @@ usage() {
20 20
             "-l, --ls [MODULE]  list contents of MODULE if specified,"  \
21 21
             "                   otherwise of all modules"               \
22 22
             "-L, --lsmod        show list of modules"                   \
23
-            " --lsfun MODULE    show list of functions in MODULE"       \
24
-            " --lsvar MODULE    show list of variables in MODULE"       \
25
-            " --which MODULE    show path to MODULE file"               \
23
+            "--lsfun MODULE     show list of functions in MODULE"       \
24
+            "--lsvar MODULE     show list of variables in MODULE"       \
25
+            "--which MODULE     show path to MODULE file"               \
26 26
             "-s, --src MODULE   show MODULE source code"                \
27 27
             "-e, --export FMT MODULE   export MODULE documentation in"  \
28 28
             "                   format FMT: 'markdown', 'manpage' and"  \