msmtp: use <parameter> for CLI options in description

(cherry picked from commit 93f5fcae1e)
This commit is contained in:
Robert Helgesson 2019-02-17 23:25:42 +01:00
parent afd2d0fb84
commit 8980e08240
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. 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.
''; '';
}; };