diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-09-04 20:19:02 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-09-04 20:19:02 +0200 |
commit | 814bbf95ea9fd98af4c41938c40a4235a3e478c4 (patch) | |
tree | 34c782dd9ade8bfd646124cfd83b4b678522175b /man | |
parent | e14c00af8edf8d4b90b46fda9bf733630ef85199 (diff) | |
download | pass-814bbf95ea9fd98af4c41938c40a4235a3e478c4.tar.gz pass-814bbf95ea9fd98af4c41938c40a4235a3e478c4.tar.bz2 pass-814bbf95ea9fd98af4c41938c40a4235a3e478c4.zip |
No echo mode.
Add a --no-echo flag to the insert operation so that the password isn't
echoed when entering it. This requires the user to echo the password
twice for confirmation.
Reported-by: Dominic Lüchinger <d.luechinger@snowgarden.ch>
Diffstat (limited to '')
-rw-r--r-- | man/pass.1 | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -70,11 +70,12 @@ using .BR xclip (1) and then restore the clipboard after 45 seconds. .TP -\fBinsert\fP [ \fI--multiline\fP, \fI-m\fP ] \fIpass-name\fP +\fBinsert\fP [ \fI--no-echo\fP, \fI-n\fP | \fI--multiline\fP, \fI-m\fP ] \fIpass-name\fP Insert a new password into the password store called \fIpass-name\fP. This will -read the new password from standard in. If \fI--multiline\fP or \fI-m\fP is -specified, lines will be read until EOF or Ctrl+D is reached. Otherwise, only -a single line from standard in is read. +read the new password from standard in. If \fI--no-echo\fP or \fI-n\fP is specified, do +disable keyboard echo when the password is entered and confirm the password by asking +for it twice. If \fI--multiline\fP or \fI-m\fP is specified, lines will be read until +EOF or Ctrl+D is reached. Otherwise, only a single line from standard in is read. .TP \fBgenerate\fP [ \fI--no-symbols\fP, \fI-n\fP ] [ \fI--clip\fP, \fI-c\fP ] \fIpass-name pass-length\fP Generate a new password using |