From f7b3f7c033ce05d7536a0f51ba3e2b496ca2108d Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 11 Mar 2015 21:51:57 +0100 Subject: Use standard help messages for --help and --version. Suggested by Benno Schulenberg . * src/guile/skribilo.scm (skribilo-show-help): Use standard text for --help and --version. --- src/guile/skribilo.scm | 4 ++-- 1 file 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>.~%") -- cgit v1.2.3