Skip to content

Commit

Permalink
Correction of zsh completion #176
Browse files Browse the repository at this point in the history
  • Loading branch information
Turiok committed Nov 1, 2023
1 parent f04766a commit a99c867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/zsh/_transcrypt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ _transcrypt() {
'(-f --flush-credentials -c --cipher -p --password -r --rekey -u --uninstall)'{-f,--flush-credentials}'[flush cached credentials]' \
'(-F --force -d --display -u --uninstall)'{-F,--force}'[ignore repository clean state]' \
'(-u --uninstall -c --cipher -d --display -f --flush-credentials -p --password -r --rekey)'{-u,--uninstall}'[uninstall transcrypt]' \
'(--set-openssl-path -c --cipher -d --display -f --flush-credentials -p --password -r --rekey)'{--set-openssl-path}'[use OpenSSL at this path]' \
'(-set-openssl-path -c --cipher -d --display -f --flush-credentials -p --password -r --rekey)--set-openssl-path=[use OpenSSL at this path]:file:->file' \
'(--upgrade -c --cipher -d --display -f --flush-credentials -p --password -r --rekey)--upgrade[upgrade transcrypt]' \
'(-i --import-gpg -c --cipher -p --password -d --display -f --flush-credentials -u --uninstall)'{-i,--import-gpg=}'[import config from gpg file]:file:->file' \
&& return 0
Expand Down

0 comments on commit a99c867

Please sign in to comment.