diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-05-06 17:23:50 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-05-06 17:36:48 +0200 |
commit | 276fb973ab8517f3ec888b4ee2114d982131293c (patch) | |
tree | 7be1efa981272e8f9733b484cd2b7ef98df70b6c /man | |
parent | bd8cbd12331cf965c54645a5397e0acfe90b4c96 (diff) | |
download | pass-276fb973ab8517f3ec888b4ee2114d982131293c.tar.gz pass-276fb973ab8517f3ec888b4ee2114d982131293c.tar.bz2 pass-276fb973ab8517f3ec888b4ee2114d982131293c.zip |
generate: add --in-place option
Diffstat (limited to '')
-rw-r--r-- | man/pass.1 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -110,7 +110,7 @@ ensure that temporary files are created in \fI/dev/shm\fP in order to avoid writ difficult-to-erase disk sectors. If \fI/dev/shm\fP is not accessible, fallback to the ordinary \fITMPDIR\fP location, and print a warning. .TP -\fBgenerate\fP [ \fI--no-symbols\fP, \fI-n\fP ] [ \fI--clip\fP, \fI-c\fP ] [ \fI--force\fP, \fI-f\fP ] \fIpass-name pass-length\fP +\fBgenerate\fP [ \fI--no-symbols\fP, \fI-n\fP ] [ \fI--clip\fP, \fI-c\fP ] [ \fI--in-place\fP, \fI-i\fP ] [ \fI--force\fP, \fI-f\fP ] \fIpass-name pass-length\fP Generate a new password using .BR pwgen (1) of length \fIpass-length\fP and insert into \fIpass-name\fP. If \fI--no-symbols\fP or \fI-n\fP @@ -120,7 +120,9 @@ it to the clipboard using .BR xclip (1) and then restore the clipboard after 45 (or \fIPASSWORD_STORE_CLIP_TIME\fP) seconds. Prompt before overwriting an existing password, -unless \fI--force\fP or \fI-f\fP is specified. +unless \fI--force\fP or \fI-f\fP is specified. If \fI--in-place\fP or \fI-i\fP is +specified, do not interactively prompt, and only replace the first line of the password +file with the new generated password, keeping the remainder of the file intact. .TP \fBrm\fP [ \fI--recursive\fP, \fI-r\fP ] [ \fI--force\fP, \fI-f\fP ] \fIpass-name\fP Remove the password named \fIpass-name\fP from the password store. This command is |