aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2015-07-23 08:58:30 -0700
committerBrian Dolbec <dolsen@gentoo.org>2015-08-08 08:51:40 -0700
commit7b6040a62b1f590c2e09564158f4b3ad3faadd9f (patch)
tree33e54cbafdad74fae8c4e5b777e9999084a0282e /gkeys-ldap
parentgkeys: Update copyrights, Add Pavlos to several files (diff)
downloadgentoo-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-ldap')
-rw-r--r--gkeys-ldap/gkeyldap/cli.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gkeys-ldap/gkeyldap/cli.py b/gkeys-ldap/gkeyldap/cli.py
index f18b6de..4d38485 100644
--- a/gkeys-ldap/gkeyldap/cli.py
+++ b/gkeys-ldap/gkeyldap/cli.py
@@ -34,6 +34,7 @@ class Main(CliBase):
'Actions': Actions,
'Available_Actions': Available_Actions,
'Action_Map': Action_Map,
+ 'Base_Options': [],
'prog': 'gkeys-ldap',
'description': 'Gentoo-keys LDAP interface and seed file generator program',
'epilog': '''CAUTION: adding UNTRUSTED keys can be HAZARDOUS to your system!'''