Browse Source

Merge branch 'python' of github.com:rtCamp/easyengine into python

bugfixes
gau1991 10 years ago
parent
commit
f00bc90544
  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