password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

commit 68f910fbbe81166dfe4765bcb8a05effc444e528
parent bad8bfc9bec16d27cfd53ae1a2d3ced10aa13966
Author: Jason A. Donenfeld <Jason@zx2c4.com>
Date:   Sat, 22 Sep 2012 19:27:10 +0200

I don't want --help or --version in bash completion.

Diffstat:
Mcontrib/pass.bash-completion | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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)