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
@@ -46,8 +46,8 @@ exec ${GUILE-guile} -l $0 -c "(apply $main (list (command-line)))" "$@"
(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:

Return to:

Send suggestions and report system problems to the System administrator.