From 3a3d28b0b5aa7d6bcff2501126f1922b61f06b01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sat, 9 Jan 2016 00:06:23 +0100 Subject: Add --user to usage string --- src/password-store.sh | 4 ++-- 1 file 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. -- cgit v1.2.3