email: note that passwordCommand should output '\n'
This is because some programs, for example msmtp, expect the output to end with a newline character.
This commit is contained in:
parent
8e05229e62
commit
d5bbbbd41d
|
@ -182,8 +182,8 @@ let
|
||||||
apply = p: if isString p then splitString " " p else p;
|
apply = p: if isString p then splitString " " p else p;
|
||||||
example = "secret-tool lookup email me@example.org";
|
example = "secret-tool lookup email me@example.org";
|
||||||
description = ''
|
description = ''
|
||||||
A command, which when run writes the account password on
|
A command that writes the account password on standard
|
||||||
standard output.
|
output followed by a newline when it is run.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue