summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scheme/guimb.scmi4
1 files changed, 2 insertions, 2 deletions
diff --git a/scheme/guimb.scmi b/scheme/guimb.scmi
index 59748d2f0..f116e5ad7 100644
--- a/scheme/guimb.scmi
+++ b/scheme/guimb.scmi
@@ -43,14 +43,14 @@ exec ${GUILE-guile} -l $0 -c "(apply $main (list (command-line)))" "$@"
(define (guimb-version)
(format #t "guimb (~A) ~A~%" mu-package mu-version)
(exit 0))
(define (guimb-help)
- (format #t "usage: guimb [OPTIONS] [MAILBOX [MAILBOX...]]
-guimb applies a scheme function to each message from a set of input mailboxes
+ (format #t "Usage: guimb [OPTIONS] [MAILBOX [MAILBOX...]]
+guimb -- apply a scheme function to each message in mailboxes
The following options stop argument processing, and pass the remaining
arguments to the guimb-getopt function, if it is defined in the module:
-c, --code=EXPR execute given Scheme expression
-s, --source=MODNAME load Scheme module MODNAME

Return to:

Send suggestions and report system problems to the System administrator.