diff options
Diffstat (limited to 'src/guile')
-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 (_ "\ |