diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-10-03 07:44:23 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-10-03 07:44:23 +0200 |
commit | 94d9b4390f7b0a01b6aa6ad91439570b7cbef967 (patch) | |
tree | 67a0fc5342e7a57e3b2c18e9f1e0e841701bd6c4 /man | |
parent | 8681d2000b756955f6f1a25601e0c3128691cb5c (diff) | |
download | pass-94d9b4390f7b0a01b6aa6ad91439570b7cbef967.tar.gz pass-94d9b4390f7b0a01b6aa6ad91439570b7cbef967.tar.bz2 pass-94d9b4390f7b0a01b6aa6ad91439570b7cbef967.zip |
Make --no-echo default, and rename to --echo.
Reported-by: Paul Wise <pabs@debian.org>
Diffstat (limited to '')
-rw-r--r-- | man/pass.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -75,9 +75,9 @@ clipboard using .BR xclip (1) and then restore the clipboard after 45 seconds. .TP -\fBinsert\fP [ \fI--no-echo\fP, \fI-n\fP | \fI--multiline\fP, \fI-m\fP ] [ \fI--force\fP, \fI-f\fP ] \fIpass-name\fP +\fBinsert\fP [ \fI--echo\fP, \fI-e\fP | \fI--multiline\fP, \fI-m\fP ] [ \fI--force\fP, \fI-f\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--no-echo\fP or \fI-n\fP is specified, do +read the new password from standard in. If \fI--echo\fP or \fI-e\fP is \fInot\fPspecified, 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. Prompt |