diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gpgconf.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/gpgconf.c b/tools/gpgconf.c index 093468eb3..4b9548d50 100644 --- a/tools/gpgconf.c +++ b/tools/gpgconf.c @@ -50,6 +50,10 @@ enum cmd_and_opt_values oRuntime = 'r', oComponent = 'c', oNull = '0', + aListDirs = 'L', + aKill = 'K', + aReload = 'R', + oNoVerbose = 500, oHomedir, oBuilddir, @@ -66,13 +70,10 @@ enum cmd_and_opt_values aListConfig, aCheckConfig, aQuerySWDB, - aListDirs, aLaunch, - aKill, aCreateSocketDir, aRemoveSocketDir, aApplyProfile, - aReload, aShowVersions, aShowConfigs, aShowCodepages |