Skip to content

Commit a62cbbd

Browse files
committed
#17 : Correction of zsh completion
1 parent f04766a commit a62cbbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/zsh/_transcrypt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ _transcrypt() {
1818
'(-f --flush-credentials -c --cipher -p --password -r --rekey -u --uninstall)'{-f,--flush-credentials}'[flush cached credentials]' \
1919
'(-F --force -d --display -u --uninstall)'{-F,--force}'[ignore repository clean state]' \
2020
'(-u --uninstall -c --cipher -d --display -f --flush-credentials -p --password -r --rekey)'{-u,--uninstall}'[uninstall transcrypt]' \
21-
'(--set-openssl-path -c --cipher -d --display -f --flush-credentials -p --password -r --rekey)'{--set-openssl-path}'[use OpenSSL at this path]' \
21+
'(-set-openssl-path -c --cipher -d --display -f --flush-credentials -p --password -r --rekey)--set-openssl-path=[use OpenSSL at this path]:file:->file' \
2222
'(--upgrade -c --cipher -d --display -f --flush-credentials -p --password -r --rekey)--upgrade[upgrade transcrypt]' \
2323
'(-i --import-gpg -c --cipher -p --password -d --display -f --flush-credentials -u --uninstall)'{-i,--import-gpg=}'[import config from gpg file]:file:->file' \
2424
&& return 0

0 commit comments

Comments
 (0)