msmtp: use <parameter>
for CLI options in description
This commit is contained in:
parent
92d4e3e75a
commit
93f5fcae1e
|
@ -11,14 +11,14 @@ with lib;
|
||||||
Whether to enable msmtp.
|
Whether to enable msmtp.
|
||||||
</para><para>
|
</para><para>
|
||||||
If enabled then it is possible to use the
|
If enabled then it is possible to use the
|
||||||
<option>--account</option> command line option to send a
|
<parameter class="command">--account</parameter> command line
|
||||||
message for a given account using the <command>msmtp</command>
|
option to send a message for a given account using the
|
||||||
or <command>msmtpq</command> tool. For example,
|
<command>msmtp</command> or <command>msmtpq</command> tool.
|
||||||
<command>msmtp --account=private</command>
|
For example, <command>msmtp --account=private</command> would
|
||||||
would send using the account defined in
|
send using the account defined in
|
||||||
<option>accounts.email.accounts.private</option>. If the
|
<option>accounts.email.accounts.private</option>. If the
|
||||||
<option>--account</option> option is not given then the
|
<parameter class="command">--account</parameter> option is not
|
||||||
primary account will be used.
|
given then the primary account will be used.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue