From 29bfe28a07a156c62de493893a7c69915c80b9c7 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 20 Jun 2015 12:19:15 +0200 Subject: Improve '--help' formatting. Suggested by Benno Schulenberg . * src/guile/skribilo.scm (skribilo-show-help): Use ';' instead of '--'. --- src/guile/skribilo.scm | 6 +++--- 1 file 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 (_ "\ -- cgit v1.2.3