From a1d53f88240610d9f45e1a6465f974b9ff12976f Mon Sep 17 00:00:00 2001 From: Score_Under Date: Thu, 4 Feb 2021 14:41:05 +0000 Subject: [PATCH] Add missing homedir option to _gpgconf --- src/_gpgconf | 1 + 1 file changed, 1 insertion(+) diff --git a/src/_gpgconf b/src/_gpgconf index 6909db9..f8254a5 100644 --- a/src/_gpgconf +++ b/src/_gpgconf @@ -37,6 +37,7 @@ _arguments \ '--check-options[check options]:component:_gpgconf_component' \ '--apply-profile[update configuration files using the specified file]:configuration file:_path_files' \ '--status-fd[write status info to the specified file descriptor]:file descriptor' \ + '--homedir[specify an alternative gnupg configuration home directory]:directory:_directories' \ '(-o --output)'{-o,--output}'[write output to the specified file]:output file:_path_files' \ '(-v --verbose)'{-v,--verbose}'[verbose]' \ '(-q --quiet)'{-q,--quiet}'[quiet]' \