aboutsummaryrefslogtreecommitdiff
path: root/modules/accounts
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2018-08-21 00:19:33 +0200
committerRobert Helgesson <robert@rycee.net>2018-08-21 00:19:33 +0200
commit906965b48bb545b2450329a73001d7ff2f1214ce (patch)
tree232aef530a7c8488f268d5161f2a4167da076045 /modules/accounts
parentd5bbbbd41d851b587f89f35c93c2a4e47a7969ff (diff)
Revert "email: note that passwordCommand should output '\n'"
This reverts commit d5bbbbd41d851b587f89f35c93c2a4e47a7969ff. This was premature, the example will not emit a terminal newline and it is not clear whether it is a good idea to force this limitation.
Diffstat (limited to 'modules/accounts')
-rw-r--r--modules/accounts/email.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/accounts/email.nix b/modules/accounts/email.nix
index 9334f731b66..640edc59b33 100644
--- a/modules/accounts/email.nix
+++ b/modules/accounts/email.nix
@@ -182,8 +182,8 @@ let
apply = p: if isString p then splitString " " p else p;
example = "secret-tool lookup email me@example.org";
description = ''
- A command that writes the account password on standard
- output followed by a newline when it is run.
+ A command, which when run writes the account password on
+ standard output.
'';
};