diff options
author | Ludovic Courtès | 2015-06-21 22:18:18 +0200 |
---|---|---|
committer | Ludovic Courtès | 2015-06-21 22:21:14 +0200 |
commit | 12677814ff10cdf466859d7fcf839e09d49c914a (patch) | |
tree | df23867d226b450b967bc6b843836f30da6f9732 /src/guile/skribilo.scm | |
parent | 685fc06e6aa633bd18bab117ecbbcf179c1579bf (diff) | |
download | skribilo-12677814ff10cdf466859d7fcf839e09d49c914a.tar.gz skribilo-12677814ff10cdf466859d7fcf839e09d49c914a.tar.lz skribilo-12677814ff10cdf466859d7fcf839e09d49c914a.zip |
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 <coordinator@translationproject.org>.
Diffstat (limited to 'src/guile/skribilo.scm')
-rw-r--r-- | src/guile/skribilo.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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")) |