summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2016-01-09 00:06:23 +0100
committerRené 'Necoro' Neumann <necoro@necoro.eu>2021-06-23 23:55:22 +0200
commit8176f63a0faa5c513e19d6d8506fda5d84642992 (patch)
tree4100e26d70c0b435273b4fc35d1be4af808cc53b
parent295b968d5a3802bf3a16225ea2b216855f49630e (diff)
downloadpass-8176f63a0faa5c513e19d6d8506fda5d84642992.tar.gz
pass-8176f63a0faa5c513e19d6d8506fda5d84642992.tar.bz2
pass-8176f63a0faa5c513e19d6d8506fda5d84642992.zip
Add --user to usage string
-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 1da953c..76620cd 100755
--- a/src/password-store.sh
+++ b/src/password-store.sh
@@ -287,8 +287,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.