diff options
author | Guangxiong Lin <[email protected]> | 2022-10-26 16:44:31 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-10-26 16:44:31 +0800 |
commit | d7db7be02df08e25627b9e8712c7143d2ccdf393 (patch) | |
tree | bb4d900f0fd6dc7fe739e16b69041e47d092dfa4 | |
parent | 9464678f948c623eb3440ba07a35c90c8ecc6951 (diff) | |
download | pass-login-d7db7be02df08e25627b9e8712c7143d2ccdf393.tar.gz pass-login-d7db7be02df08e25627b9e8712c7143d2ccdf393.tar.bz2 pass-login-d7db7be02df08e25627b9e8712c7143d2ccdf393.zip |
Fix the inconsistent help message
-rwxr-xr-x | login.bash | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ cmd_login_usage () { cat <<-_EOF Usage: - $PROGRAM login [show] [--clip,-c] pass-name + $PROGRAM login [--clip,-c] pass-name Show existing username and optionally put it on the clipboard. If put on the clipboard, it will be cleared in 45 seconds. $PROGRAM help |