summaryrefslogtreecommitdiff
path: root/contrib/pass.bash-completion
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/pass.bash-completion')
-rw-r--r--contrib/pass.bash-completion2
1 files changed, 1 insertions, 1 deletions
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)