aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gpgconf.c')
-rw-r--r--tools/gpgconf.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/tools/gpgconf.c b/tools/gpgconf.c
index a426c2481..45c23edbb 100644
--- a/tools/gpgconf.c
+++ b/tools/gpgconf.c
@@ -46,6 +46,10 @@ enum cmd_and_opt_values
oRuntime = 'r',
oComponent = 'c',
oNull = '0',
+ aListDirs = 'L',
+ aKill = 'K',
+ aReload = 'R',
+
oNoVerbose = 500,
oHomedir,
oBuilddir,
@@ -61,15 +65,12 @@ enum cmd_and_opt_values
aListConfig,
aCheckConfig,
aQuerySWDB,
- aListDirs,
aLaunch,
- aKill,
aCreateSocketDir,
aRemoveSocketDir,
aApplyProfile,
- aReload,
- aShowConfigs,
- aShowVersions
+ aShowVersions,
+ aShowConfigs
};