help
This commit is contained in:
parent
3b0ee1245b
commit
9e2f2a99e8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue