aboutsummaryrefslogtreecommitdiffstats
path: root/cli/bash-completion.sh
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2015-03-29 14:52:36 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-03-29 14:56:44 +0200
commitef9796ededd0b0d3ff56088a74d812e18605f09e (patch)
treefa566f4204ab203d086df70e13cd36ff811ae955 /cli/bash-completion.sh
parent600dbbe02f74c8ff8a726a30cf4969b8b6a849cc (diff)
Use -h not -? as short hand for --help
Diffstat (limited to 'cli/bash-completion.sh')
-rw-r--r--cli/bash-completion.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/bash-completion.sh b/cli/bash-completion.sh
index e1c6424..e1ae871 100644
--- a/cli/bash-completion.sh
+++ b/cli/bash-completion.sh
@@ -43,7 +43,7 @@ _icevault() {
reencrypt) opts=; nargs=-1 ;;
rm) opts='-f --force -r --recursive'; nargs=-1;;
esac
- opts="${opts:+$opts }--debug -? --help --version"
+ opts="${opts:+$opts }--debug -h --help --version"
if [ "$cmd" = git ]; then
# use bash completion for git by ignoring the first word ('icevault')