Browse Source

changed description of secure.py file

bugfixes
shital.rtcamp 10 years ago
parent
commit
bd6a2001a2
  1. 2
      ee/cli/plugins/secure.py

2
ee/cli/plugins/secure.py

@ -20,7 +20,7 @@ class EESecureController(CementBaseController):
label = 'secure'
stacked_on = 'base'
stacked_type = 'nested'
description = ('clean command cleans different cache ')
description = ('Secure command secure auth, ip and port')
arguments = [
(['--auth'],
dict(help='secure auth', action='store_true')),

Loading…
Cancel
Save