summaryrefslogtreecommitdiff
path: root/scheme/guimb.scmi
diff options
context:
space:
mode:
Diffstat (limited to 'scheme/guimb.scmi')
-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)))" "$@"
46 (exit 0)) 46 (exit 0))
47 47
48(define (guimb-help) 48(define (guimb-help)
49 (format #t "usage: guimb [OPTIONS] [MAILBOX [MAILBOX...]] 49 (format #t "Usage: guimb [OPTIONS] [MAILBOX [MAILBOX...]]
50guimb applies a scheme function to each message from a set of input mailboxes 50guimb -- apply a scheme function to each message in mailboxes
51 51
52The following options stop argument processing, and pass the remaining 52The following options stop argument processing, and pass the remaining
53arguments to the guimb-getopt function, if it is defined in the module: 53arguments to the guimb-getopt function, if it is defined in the module:

Return to:

Send suggestions and report system problems to the System administrator.