From a62cbbdbed0a553f3dc53c6213725049eb2ea02e Mon Sep 17 00:00:00 2001 From: didierC Date: Wed, 1 Nov 2023 14:36:28 +0100 Subject: [PATCH] #17 : Correction of zsh completion --- contrib/zsh/_transcrypt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/zsh/_transcrypt b/contrib/zsh/_transcrypt index 7bed4a7..a945dff 100644 --- a/contrib/zsh/_transcrypt +++ b/contrib/zsh/_transcrypt @@ -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