summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Elkins <me@sigpipe.org>2010-08-03 09:53:53 -0700
committerMichael Elkins <me@sigpipe.org>2010-08-03 09:53:53 -0700
commit58b6ba7d8eeaa50a8243de14876e4eacacd2b17e (patch)
tree56a87f8a7651a684b09ba271bb8dd22e77996b6b
parentb7edfd1c3c3670106728b0b9a759b69b962fc9ef (diff)
adjust help for -a to make it clearer that -- is required terminator
-rw-r--r--main.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/main.c b/main.c
index efc7c223..873afb4b 100644
--- a/main.c
+++ b/main.c
@@ -122,7 +122,8 @@ static void mutt_usage (void)
puts _("\
options:\n\
-A <alias>\texpand the given alias\n\
- -a <file>\tattach a file to the message\n\
+ -a <file> [...] --\tattach file(s) to the message\n\
+\t\tthe list of files must be terminated with the \"--\" sequence\n\
-b <address>\tspecify a blind carbon-copy (BCC) address\n\
-c <address>\tspecify a carbon-copy (CC) address\n\
-D\t\tprint the value of all variables to stdout");
@@ -149,8 +150,6 @@ options:\n\
-z\t\texit immediately if there are no messages in the mailbox\n\
-Z\t\topen the first folder with new message, exit immediately if none\n\
-h\t\tthis help message");
- puts _(" --\t\tseparate filename(s) and recipients,\n\
-\t\twhen using -a, -- is mandatory");
exit (0);
}