From 5827d41f6f7ca96eda7ffa91a375217bda0bb4dd Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 29 Mar 2015 14:52:36 +0200 Subject: Use -h not -? as short hand for --help --- cli/bash-completion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/bash-completion.sh') 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') -- cgit v1.2.3