diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2015-07-23 08:58:30 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2015-08-08 08:51:40 -0700 |
commit | 7b6040a62b1f590c2e09564158f4b3ad3faadd9f (patch) | |
tree | 33e54cbafdad74fae8c4e5b777e9999084a0282e /gkeys-gen | |
parent | gkeys: Update copyrights, Add Pavlos to several files (diff) | |
download | gentoo-keys-7b6040a62b1f590c2e09564158f4b3ad3faadd9f.tar.gz gentoo-keys-7b6040a62b1f590c2e09564158f4b3ad3faadd9f.tar.bz2 gentoo-keys-7b6040a62b1f590c2e09564158f4b3ad3faadd9f.zip |
gentoo-keys: Modify the cli base for the new gkeys-gpg gpg wrapper command
gkeys-gpg needs options added to the base app without sub commands.
Diffstat (limited to 'gkeys-gen')
-rw-r--r-- | gkeys-gen/gkeygen/cli.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gkeys-gen/gkeygen/cli.py b/gkeys-gen/gkeygen/cli.py index f522814..c0beb3b 100644 --- a/gkeys-gen/gkeygen/cli.py +++ b/gkeys-gen/gkeygen/cli.py @@ -32,6 +32,7 @@ class Main(CliBase): 'Actions': Actions, 'Available_Actions': Available_Actions, 'Action_Map': Action_Map, + 'Base_Options': [], 'prog': 'gkeys-gen', 'description': 'Gentoo Keys GPG key generator program', 'epilog': '''CAUTION: adding UNTRUSTED keys can be HAZARDOUS to your system!''' |