From: Michael Elkins Date: Tue, 3 Aug 2010 16:53:53 +0000 (-0700) Subject: adjust help for -a to make it clearer that -- is required terminator X-Git-Tag: mutt-1-5-21-rel~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58b6ba7d8eeaa50a8243de14876e4eacacd2b17e;p=mutt adjust help for -a to make it clearer that -- is required terminator --- 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 \texpand the given alias\n\ - -a \tattach a file to the message\n\ + -a [...] --\tattach file(s) to the message\n\ +\t\tthe list of files must be terminated with the \"--\" sequence\n\ -b
\tspecify a blind carbon-copy (BCC) address\n\ -c
\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); }