<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>
<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>
[-s \fIsubj\fP]
[-b \fIaddr\fP]
[-c \fIaddr\fP]
-[\-a \fIfile\fP [...]]
-[\-\-]
+[\-a \fIfile\fP [...] \-\-]
\fIaddr\fP [...]
.PP
.B mutt
[-s \fIsubj\fP]
[-b \fIaddr\fP]
[-c \fIaddr\fP]
-[\-a \fIfile\fP [...]]
-[\-\-]
+[\-a \fIfile\fP [...] \-\-]
\fIaddr\fP [...]
< message
.PP
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