From bd6a2001a2b337046cc70e11792c45e3e13f71aa Mon Sep 17 00:00:00 2001 From: "shital.rtcamp" Date: Mon, 2 Feb 2015 19:31:30 +0530 Subject: [PATCH] changed description of secure.py file --- ee/cli/plugins/secure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/cli/plugins/secure.py b/ee/cli/plugins/secure.py index cc8eaaee..9deb235c 100644 --- a/ee/cli/plugins/secure.py +++ b/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')),