From 4bb3cc7b6abdb24793ca12b7731c1eb215dcb310 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 20 Jun 2015 12:24:43 +0200 Subject: Improve '--help' summary. Suggested by Benno Schulenberg . * src/guile/skribilo.scm (skribilo-show-help): Clarify the summary line. --- src/guile/skribilo.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') 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 (_ "\ -- cgit v1.2.3