mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 15:14:26 +00:00
msmtp: use <parameter>
for CLI options in description
This commit is contained in:
parent
92d4e3e75a
commit
93f5fcae1e
1 changed files with 7 additions and 7 deletions
|
@ -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.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue