diff options
author | Ludovic Courtès | 2015-06-20 12:24:43 +0200 |
---|---|---|
committer | Ludovic Courtès | 2015-06-20 12:24:43 +0200 |
commit | 4bb3cc7b6abdb24793ca12b7731c1eb215dcb310 (patch) | |
tree | 775bfdbc86a18e0d3c08c6702466ebf122ecf9fb /src | |
parent | 830523e024b131174f601f7f87ebf118d8efc38f (diff) | |
download | skribilo-4bb3cc7b6abdb24793ca12b7731c1eb215dcb310.tar.gz skribilo-4bb3cc7b6abdb24793ca12b7731c1eb215dcb310.tar.lz skribilo-4bb3cc7b6abdb24793ca12b7731c1eb215dcb310.zip |
Improve '--help' summary.
Suggested by Benno Schulenberg <coordinator@translationproject.org>.
* src/guile/skribilo.scm (skribilo-show-help): Clarify the summary
line.
Diffstat (limited to 'src')
-rw-r--r-- | src/guile/skribilo.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/guile/skribilo.scm b/src/guile/skribilo.scm index ac1c752..f6156c9 100644 --- a/src/guile/skribilo.scm +++ b/src/guile/skribilo.scm @@ -64,8 +64,9 @@ (define (skribilo-show-help) (display (_ "Usage: skribilo [OPTIONS] [INPUT]")) (display (_ " -Process Skribilo document from file INPUT (or the standard input) using the -specified reader syntax, and produce its output using the specified engine. +Process Skribilo document from file INPUT (or standard input) using the +specified reader syntax or the 'skribe' syntax, and produce its output using +the specified engine or the 'html' engine. ")) (newline) (display (_ "\ |