1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

gpgconf: Add command aliases -L -K -R.

* tools/gpgconf.c (enum cmd_and_opt_values): Assign shortcuts.
--

I have to type them to often ;-)
This commit is contained in:
Werner Koch 2022-01-12 20:26:19 +01:00
parent 4aeeaa65ad
commit ec4a1cffb8
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
2 changed files with 7 additions and 4 deletions

View file

@ -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