Selaa lähdekoodia

Fixup usage message formatting

Alois Mahdal 7 vuotta sitten
vanhempi
commit
8fc2dcf036
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3
    3
      src/bin/sfdoc

+ 3
- 3
src/bin/sfdoc Näytä tiedosto

20
             "-l, --ls [MODULE]  list contents of MODULE if specified,"  \
20
             "-l, --ls [MODULE]  list contents of MODULE if specified,"  \
21
             "                   otherwise of all modules"               \
21
             "                   otherwise of all modules"               \
22
             "-L, --lsmod        show list of modules"                   \
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
             "-s, --src MODULE   show MODULE source code"                \
26
             "-s, --src MODULE   show MODULE source code"                \
27
             "-e, --export FMT MODULE   export MODULE documentation in"  \
27
             "-e, --export FMT MODULE   export MODULE documentation in"  \
28
             "                   format FMT: 'markdown', 'manpage' and"  \
28
             "                   format FMT: 'markdown', 'manpage' and"  \