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:
parent
4aeeaa65ad
commit
ec4a1cffb8
2 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue