From 807bb140b51eb75ac25474ff76577b09be04b1d1 Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Wed, 7 Jan 2015 19:42:26 -0800 Subject: gkeys, gkeys-gen: Add --version option --- gkeys/gkeys/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gkeys/gkeys/__init__.py') diff --git a/gkeys/gkeys/__init__.py b/gkeys/gkeys/__init__.py index 503d359..d148872 100644 --- a/gkeys/gkeys/__init__.py +++ b/gkeys/gkeys/__init__.py @@ -17,7 +17,7 @@ for cmd in Available_Actions: subdata[cmd] = Action_Map[cmd]['desc'] Gkeys_Map = { - 'options': ['help', 'config', 'debug'], + 'options': ['help', 'config', 'debug', 'version'], 'desc': 'OpenPGP/GPG key management tool', 'long_desc': '''Gentoo Keys (gkeys) is a Python based project that aims to manage the GPG keys used for validation on users and Gentoo's infrastracutre servers. -- cgit v1.2.3-65-gdbad