]> granicus.if.org Git - neomutt/commitdiff
Document that -- is always mandatory after -a. Closes #3235.
authorRocco Rutte <pdmef@gmx.net>
Wed, 27 May 2009 08:13:42 +0000 (10:13 +0200)
committerRocco Rutte <pdmef@gmx.net>
Wed, 27 May 2009 08:13:42 +0000 (10:13 +0200)
doc/manual.xml.head
doc/mutt.man

index 27b382ef599f3dc11a2eb2afba057cf903bc3bf0..c207498f3a60b2b183ec8ebab875934558b1b1e6 100644 (file)
@@ -7582,15 +7582,13 @@ To compose a new message
 <arg choice="opt"><option>-s</option>
 <replaceable>subject</replaceable>
 </arg>
-<arg choice="opt" rep="repeat">
+<arg choice="opt">
 <option>-a</option>
 <replaceable>file</replaceable>
+<arg choice="opt" rep="repeat"/>
+--
 </arg>
-<arg choice="opt">--</arg>
-<arg choice="plain">
-<replaceable>address</replaceable>
-</arg>
-<arg choice="opt" rep="repeat">
+<arg choice="plain" rep="repeat">
 <replaceable>address</replaceable>
 </arg>
 </cmdsynopsis>
@@ -7611,10 +7609,17 @@ of the file <quote>&tilde;/run2.dat</quote>.
 
 <para>
 All files passed with <literal>-a</literal> <emphasis>file</emphasis> will be attached as a MIME
-part to the message. To attach several files, use <quote>--</quote> to separate files and
+part to the message. To attach a single or several files, use <quote>--</quote> to separate files and
 recipient addresses:
 </para>
 
+<screen>
+mutt -a image.png -- some@one.org</screen>
+
+<para>
+or
+</para>
+
 <screen>
 mutt -a *.png -- some@one.org</screen>
 
index 23ca76df1099e127cf0a2f297e600a9e6fdc90cb..e3b2bbec0b1fe0d4b474d604c267852f5bd6bd05 100644 (file)
@@ -35,8 +35,7 @@ mutt \- The Mutt Mail User Agent
 [-s \fIsubj\fP]
 [-b \fIaddr\fP]
 [-c \fIaddr\fP]
-[\-a \fIfile\fP [...]]
-[\-\-]
+[\-a \fIfile\fP [...] \-\-]
 \fIaddr\fP [...]
 .PP
 .B mutt 
@@ -46,8 +45,7 @@ mutt \- The Mutt Mail User Agent
 [-s \fIsubj\fP]
 [-b \fIaddr\fP]
 [-c \fIaddr\fP]
-[\-a \fIfile\fP [...]]
-[\-\-]
+[\-a \fIfile\fP [...] \-\-]
 \fIaddr\fP [...]
 < message
 .PP
@@ -82,8 +80,9 @@ text, HTML, and/or PDF format.
 An expanded version of the given alias is passed to stdout.
 .IP "-a \fIfile\fP [...]"
 Attach a file to your message using MIME.
-To attach multiple files, separating filenames and recipient addresses with
-"\-\-" is mandatory, e.g. \fBmutt \-a img.jpg *.png \-\- addr1 addr2\fP.
+When attaching single or multiple files, separating filenames and recipient addresses with
+"\-\-" is mandatory, e.g. \fBmutt -a image.jpg \-\- addr1\fP or
+\fBmutt \-a img.jpg *.png \-\- addr1 addr2\fP.
 The \-a option must be placed at the end of command line options.
 .IP "-b \fIaddress\fP"
 Specify a blind-carbon-copy (BCC) recipient