This commit is contained in:
Bob Mottram 2016-11-19 13:31:44 +00:00
parent 3b0ee1245b
commit 9e2f2a99e8
1 changed files with 4 additions and 4 deletions

View File

@ -49,14 +49,14 @@ function get_backup_key_id {
fi
}
function show_help {
function pass_show_help {
echo ''
echo $"${PROJECT_NAME}-pass"
echo ''
echo $'Password store using gpg'
echo ''
echo $' --help Show help'
echo $' -u --user Username'
echo $' -h --help Show help'
echo $' -u --user [name] Username'
echo $' -a --app [name] Name of the application'
echo $' -p --pass [password] The password to store'
echo ''
@ -77,7 +77,7 @@ do
case $key in
-h|--help)
show_help
pass_show_help
;;
-u|--user|--username)
shift