From 93f5fcae1e5c664050d3e75bd3cba5e6a6a95e53 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Sun, 17 Feb 2019 23:25:42 +0100 Subject: [PATCH] msmtp: use `` for CLI options in description --- modules/programs/msmtp-accounts.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/programs/msmtp-accounts.nix b/modules/programs/msmtp-accounts.nix index 1730232da..fedddb69b 100644 --- a/modules/programs/msmtp-accounts.nix +++ b/modules/programs/msmtp-accounts.nix @@ -11,14 +11,14 @@ with lib; Whether to enable msmtp. If enabled then it is possible to use the - command line option to send a - message for a given account using the msmtp - or msmtpq tool. For example, - msmtp --account=private - would send using the account defined in + --account command line + option to send a message for a given account using the + msmtp or msmtpq tool. + For example, msmtp --account=private would + send using the account defined in . If the - option is not given then the - primary account will be used. + --account option is not + given then the primary account will be used. ''; };