From 12677814ff10cdf466859d7fcf839e09d49c914a Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 21 Jun 2015 22:18:18 +0200 Subject: Assorted improvements of user-facing messages. * src/guile/skribilo.scm, src/guile/skribilo/engine/info.scm, src/guile/skribilo/engine/lout.scm, src/guile/skribilo/index.scm, src/guile/skribilo/package/base.scm, src/guile/skribilo/sui.scm: Tweak messages for consistency, as suggested by Benno Schulenberg . --- src/guile/skribilo.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/guile/skribilo.scm') diff --git a/src/guile/skribilo.scm b/src/guile/skribilo.scm index f6156c9..0c45b92 100644 --- a/src/guile/skribilo.scm +++ b/src/guile/skribilo.scm @@ -71,7 +71,7 @@ the specified engine or the 'html' engine. (newline) (display (_ "\ -R, --reader=READER use READER to parse the input file; - e.g., 'skribe' (default) or 'outline'\n")) + e.g., 'skribe' (default) or 'outline'\n")) (display (_ "\ -t, --target=ENGINE use ENGINE as the output engine; e.g., 'html'\n")) (display (_ "\ @@ -79,7 +79,7 @@ the specified engine or the 'html' engine. (display (_ "\ -o, --output=FILE write output to FILE\n")) (display (_ "\ - --compat=COMPAT use COMPAT as the compatibility layer--e.g., 'skribe'\n")) + --compat=COMPAT use COMPAT as the compatibility layer; e.g., 'skribe'\n")) (newline) (display (_ "\ -I, --doc-path=DIR prepend DIR to the document include path\n")) -- cgit v1.2.3