summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2019-09-05 15:33:04 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2019-09-05 15:33:04 +0300
commit4e6cf8005d0a1a11baa8b42ea298a24a7d19cc37 (patch)
tree35456daf89cb73575c010bf78628815b23a59187
parent016c4a978a69cc8990b5aab6c88cbac6fda57203 (diff)
downloadmailutils-4e6cf8005d0a1a11baa8b42ea298a24a7d19cc37.tar.gz
mailutils-4e6cf8005d0a1a11baa8b42ea298a24a7d19cc37.tar.bz2
Fix guimb help message
* scheme/guimb.scmi: Format the usage and description lines consistently with other mailutils programs.
-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.