aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man/pass.1
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2012-09-13 16:35:49 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2012-09-13 16:35:49 +0200
commitb718c8039e5a04f102c3d2bb9f920d1472c89da1 (patch)
tree918aeeb4822a951715b62b7267b0475ba9432360 /man/pass.1
parentSplit out common gpg options into variable. (diff)
downloadpassword-store-b718c8039e5a04f102c3d2bb9f920d1472c89da1.tar.xz
password-store-b718c8039e5a04f102c3d2bb9f920d1472c89da1.zip
Allow avoiding the prompt for overwriting, with --force flag.
Diffstat (limited to 'man/pass.1')
-rw-r--r--man/pass.15
1 files changed, 3 insertions, 2 deletions
diff --git a/man/pass.1 b/man/pass.1
index 0ef28c1..a124c32 100644
--- a/man/pass.1
+++ b/man/pass.1
@@ -71,12 +71,13 @@ 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 ] \fIpass-name\fP
+\fBinsert\fP [ \fI--no-echo\fP, \fI-n\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
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.
+EOF or Ctrl+D is reached. Otherwise, only a single line from standard in is read. Prompt
+before overwriting an existing password, unless \fI--force\fP or \fI-f\fP is specified.
.TP
\fBedit\fP \fIpass-name\fP
Insert a new password or edit an existing password using the default text editor specified