From 68f910fbbe81166dfe4765bcb8a05effc444e528 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sat, 22 Sep 2012 19:27:10 +0200 Subject: I don't want --help or --version in bash completion. --- contrib/pass.bash-completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pass.bash-completion b/contrib/pass.bash-completion index 5b05f12..22d3229 100644 --- a/contrib/pass.bash-completion +++ b/contrib/pass.bash-completion @@ -48,7 +48,7 @@ _pass() { COMPREPLY=() local cur="${COMP_WORDS[COMP_CWORD]}" - local commands="init ls show insert generate edit rm git help --help version --version" + local commands="init ls show insert generate edit rm git help version" if [[ $COMP_CWORD -gt 1 ]]; then case "${COMP_WORDS[1]}" in init) -- cgit v1.2.3-59-g8ed1b