commit 7526a46104e6e6c455fd0211ab11aec1656bd524
parent 80e7ab6b04774be3e158e35e3d76b29450efa323
Author: Sören Tempel <soeren+git@soeren-tempel.net>
Date: Sat, 21 Feb 2015 19:08:06 +0100
Fix zsh completions
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/contrib/zsh_completion b/contrib/zsh_completion
@@ -23,6 +23,7 @@ _tpm() {
;;
"show")
_tpm_complete_entries -type f
+ ;;
*)
local subcommands=(
"show:Show a password for a specified entry"
@@ -30,6 +31,7 @@ _tpm() {
)
_describe -t commands "tpm" subcommands
+ ;;
esac
}