diff options
Diffstat (limited to 'src/guile/skribilo.scm')
-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 (_ "\ |