summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-02-05 22:26:25 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2016-02-05 22:26:25 +0100
commitc32b43e5c3ba25c711780db63fce4012dcea2e27 (patch)
tree8a4b98f3354da7bd8a7bef702c28e1c91de17106 /man
parent9715ddcd2b2a3f3ed0f27398048191ac2de60c8b (diff)
downloadpass-c32b43e5c3ba25c711780db63fce4012dcea2e27.tar.gz
pass-c32b43e5c3ba25c711780db63fce4012dcea2e27.tar.bz2
pass-c32b43e5c3ba25c711780db63fce4012dcea2e27.zip
show: allow selecting which clip line
Diffstat (limited to 'man')
-rw-r--r--man/pass.16
1 files changed, 3 insertions, 3 deletions
diff --git a/man/pass.1 b/man/pass.1
index 161350f..33b6036 100644
--- a/man/pass.1
+++ b/man/pass.1
@@ -86,10 +86,10 @@ 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, \fI-c\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 the first 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.
.TP