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
96db487a4d
commit
f16c535eee
2 changed files with 9 additions and 6 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue