summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/password-store.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/password-store.sh b/src/password-store.sh
index 2a4a55c..1b2c5a8 100755
--- a/src/password-store.sh
+++ b/src/password-store.sh
@@ -285,8 +285,8 @@ cmd_usage() {
List passwords.
$PROGRAM find pass-names...
List passwords that match pass-names.
- $PROGRAM [show] [--clip[=line-number],-c[line-number]] pass-name
- Show existing password and optionally put it on the clipboard.
+ $PROGRAM [show] [--clip[=line-number],-c[line-number]] [--user,-u] pass-name
+ Show existing password (or user) and optionally put it on the clipboard.
If put on the clipboard, it will be cleared in $CLIP_TIME seconds.
$PROGRAM grep [GREPOPTIONS] search-string
Search for password files containing search-string when decrypted.