diff --git a/solumclient/common/cli_utils.py b/solumclient/common/cli_utils.py index f7bae44..6e63a0d 100644 --- a/solumclient/common/cli_utils.py +++ b/solumclient/common/cli_utils.py @@ -57,7 +57,6 @@ class CommandsBase(object): try: return self._actions[action]() except exc.CommandError as ce: - print(self.__doc__) print("ERROR: %s" % ce.message) else: print(self.__doc__)