diff options
author | elijah <elijah@riseup.net> | 2012-11-01 01:07:27 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-11-01 01:07:27 -0700 |
commit | 57287ae1d4151ec453ec9d33fafe4f1a4ced37e0 (patch) | |
tree | fe63a8de11c41d247fc3634277bc49c1ca7cd689 /bin/leap | |
parent | f339e7b94ab8920fd1e271c50145b5d2d1a8ac9d (diff) |
x.509 support -- added certificate authority creation and server cert creation
Diffstat (limited to 'bin/leap')
-rwxr-xr-x | bin/leap | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -46,6 +46,7 @@ module LeapCli::Commands def_delegator :@terminal, :agree, 'self.agree' def_delegator :@terminal, :choose, 'self.choose' def_delegator :@terminal, :say, 'self.say' + def_delegator :@terminal, :color, 'self.color' # # make config manager available as 'manager' @@ -61,8 +62,8 @@ module LeapCli::Commands # # info about leap command line suite # - program_desc 'LEAP platform command line interface' - program_long_desc 'This is the long description. It is very interesting.' + program_desc LeapCli::SUMMARY + program_long_desc LeapCli::DESCRIPTION version LeapCli::VERSION # |