diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2016-02-06 20:52:22 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2016-02-06 20:52:22 +0100 |
commit | 35f7f2eaf307fd9f563623ceaaf88ce939cde282 (patch) | |
tree | b12fe3bae5d3d5b44986b5c6cd5f236643430c24 /man/pass.1 | |
parent | 96cab3d8e8ff7f236b23c3429fea80a0d25b7837 (diff) | |
download | pass-35f7f2eaf307fd9f563623ceaaf88ce939cde282.tar.gz pass-35f7f2eaf307fd9f563623ceaaf88ce939cde282.tar.bz2 pass-35f7f2eaf307fd9f563623ceaaf88ce939cde282.zip |
Revert "show: allow passing prefix to clip"
This reverts commit fcb92ed69fc191e39379bad715371d8c28410885.
Needs more discussion.
Diffstat (limited to '')
-rw-r--r-- | man/pass.1 | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -86,13 +86,12 @@ List names of passwords inside the tree that match \fIpass-names\fP by using the .BR tree (1) program. This command is alternatively named \fBsearch\fP. .TP -\fBshow\fP [ \fI--clip\fP[=\fIline\fP], \fI-c\fP[\fIline\fP] ] \fIpass-name\fP +\fBshow\fP [ \fI--clip\fP[=\fIline-number\fP], \fI-c\fP[\fIline-number\fP] ] \fIpass-name\fP Decrypt and print a password named \fIpass-name\fP. If \fI--clip\fP or \fI-c\fP -is specified, do not print the password but instead copy a line to the clipboard using +is specified, do not print the password but instead copy the first (or otherwise specified) +line to the clipboard using .BR xclip (1) -and then restore the clipboard after 45 (or \fIPASSWORD_STORE_CLIP_TIME\fP) seconds. If -\fIline\fP is a number, the \fIline\fP-th line is copied; otherwise the line starting with -\fIline\fP is copied. +and then restore the clipboard after 45 (or \fIPASSWORD_STORE_CLIP_TIME\fP) seconds. .TP \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 |