msmtp: use <parameter> for CLI options in description

This commit is contained in:
Robert Helgesson 2019-02-17 23:25:42 +01:00
parent 92d4e3e75a
commit 93f5fcae1e
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -11,14 +11,14 @@ with lib;
Whether to enable msmtp.
</para><para>
If enabled then it is possible to use the
<option>--account</option> command line option to send a
message for a given account using the <command>msmtp</command>
or <command>msmtpq</command> tool. For example,
<command>msmtp --account=private</command>
would send using the account defined in
<parameter class="command">--account</parameter> command line
option to send a message for a given account using the
<command>msmtp</command> or <command>msmtpq</command> tool.
For example, <command>msmtp --account=private</command> would
send using the account defined in
<option>accounts.email.accounts.private</option>. If the
<option>--account</option> option is not given then the
primary account will be used.
<parameter class="command">--account</parameter> option is not
given then the primary account will be used.
'';
};