diff options
author | Ludovic Courtès | 2015-03-11 21:51:57 +0100 |
---|---|---|
committer | Ludovic Courtès | 2015-03-11 21:51:57 +0100 |
commit | f7b3f7c033ce05d7536a0f51ba3e2b496ca2108d (patch) | |
tree | 2acf0dd4edd9e3862ed8e2638a5328943e72123c /src/guile | |
parent | 689e8e64ed2287d4cb7a87c0fd25567e905cbe03 (diff) | |
download | skribilo-f7b3f7c033ce05d7536a0f51ba3e2b496ca2108d.tar.gz skribilo-f7b3f7c033ce05d7536a0f51ba3e2b496ca2108d.tar.lz skribilo-f7b3f7c033ce05d7536a0f51ba3e2b496ca2108d.zip |
Use standard help messages for --help and --version.
Suggested by Benno Schulenberg <coordinator@translationproject.org>.
* src/guile/skribilo.scm (skribilo-show-help): Use standard text for
--help and --version.
Diffstat (limited to 'src/guile')
-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 3540b11..627cb6d 100644 --- a/src/guile/skribilo.scm +++ b/src/guile/skribilo.scm @@ -111,9 +111,9 @@ specified reader syntax, and produce its output using the specified engine. --no-color disable colored debugging output\n")) (newline) (display (_ "\ - -h, --help give this help list\n")) + -h, --help display this help text and exit\n")) (display (_ "\ - -V, --version print program version\n")) + -V, --version display version information and exit\n")) (newline) (format #t (_ "\ Report bugs to <~a>.~%") |