]> granicus.if.org Git - mutt/commitdiff
adjust help for -a to make it clearer that -- is required terminator
authorMichael Elkins <me@sigpipe.org>
Tue, 3 Aug 2010 16:53:53 +0000 (09:53 -0700)
committerMichael Elkins <me@sigpipe.org>
Tue, 3 Aug 2010 16:53:53 +0000 (09:53 -0700)
main.c

diff --git a/main.c b/main.c
index efc7c223cc6286b22b81c36c2ee7a557f2ca42bb..873afb4b3a92a4e753e1906c91ad2af43af839d8 100644 (file)
--- 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);
 }