diff options
author | Ludovic Courtès | 2015-06-20 12:19:15 +0200 |
---|---|---|
committer | Ludovic Courtès | 2015-06-20 12:19:15 +0200 |
commit | 29bfe28a07a156c62de493893a7c69915c80b9c7 (patch) | |
tree | 81a769ffbd2c999fc5811e22d29e84a97460ebe1 | |
parent | 2caaa21a736fba8e919db16a652731666071979b (diff) | |
download | skribilo-29bfe28a07a156c62de493893a7c69915c80b9c7.tar.gz skribilo-29bfe28a07a156c62de493893a7c69915c80b9c7.tar.lz skribilo-29bfe28a07a156c62de493893a7c69915c80b9c7.zip |
Improve '--help' formatting.
Suggested by Benno Schulenberg <coordinator@translationproject.org>.
* src/guile/skribilo.scm (skribilo-show-help): Use ';' instead of '--'.
-rw-r--r-- | src/guile/skribilo.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/guile/skribilo.scm b/src/guile/skribilo.scm index 627cb6d..ac1c752 100644 --- a/src/guile/skribilo.scm +++ b/src/guile/skribilo.scm @@ -69,10 +69,10 @@ specified reader syntax, and produce its output using the specified engine. ")) (newline) (display (_ "\ - -R, --reader=READER use READER to parse the input file--e.g., 'skribe' - (default) or 'outline'\n")) + -R, --reader=READER use READER to parse the input file; + e.g., 'skribe' (default) or 'outline'\n")) (display (_ "\ - -t, --target=ENGINE use ENGINE as the output engine--e.g., 'html'\n")) + -t, --target=ENGINE use ENGINE as the output engine; e.g., 'html'\n")) (display (_ "\ -c, --custom=C=VAL use VAL as the value of ENGINE's custom C\n")) (display (_ "\ |