Skip to content

Commit

Permalink
Remove copy/paster error in Zsh completion
Browse files Browse the repository at this point in the history
This would never be reached, but also was not meant to be there.
  • Loading branch information
babab committed Sep 25, 2014
1 parent 5f41bd9 commit f155f14
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions zsh/_dispass
Original file line number Diff line number Diff line change
Expand Up @@ -111,19 +111,6 @@ case "$words[1]" in
'(-i --interactive -h --help -s --silent)--silent[do not print success message]' \
'*:: :->labels' && return 0
get_labels ;;
u*)
_arguments \
'(-i --interactive -h --help -n --dry-run -s --silent)-i[add label in an interactive manner]' \
'(-i --interactive -h --help -n --dry-run -s --silent)--interactive[add label in an interactive manner]' \
'(-g --generate -h --help -n --dry-run -s --silent)-g[immediately generate passphrase after adding it]' \
'(-g --generate -h --help -n --dry-run -s --silent)--generate[immediately generate passphrase after adding it]' \
'(-i --interactive -g --generate -h --help -n --dry-run -s --silent)-h[show help information]' \
'(-i --interactive -g --generate -h --help -n --dry-run -s --silent)--help[show help information]' \
'(-i --interactive -g --generate -h --help -n --dry-run)-n[do not actually add label to labelfile]' \
'(-i --interactive -g --generate -h --help -n --dry-run)--dry-run[do not actually add label to labelfile]' \
'(-i --interactive -h --help -s --silent)-s[do not print success message]' \
'(-i --interactive -h --help -s --silent)--silent[do not print success message]' \
&& return 0 ;;
v*)
return 0
esac
Expand Down

0 comments on commit f155f14

Please sign in to comment.