Revert "email: note that passwordCommand should output '\n'"
This reverts commit d5bbbbd41d
.
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.
This commit is contained in:
parent
d5bbbbd41d
commit
906965b48b
|
@ -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 that writes the account password on standard
|
A command, which when run writes the account password on
|
||||||
output followed by a newline when it is run.
|
standard output.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue