Revision 54b6be76 kamaki/cli/command_shell.py

b/kamaki/cli/command_shell.py
164 164
    def _create_help_method(cmd_name, args, descr, syntax):
165 165
        tmp_args = dict(args)
166 166
        tmp_args.pop('options', None)
167
        tmp_args.pop('cloud', None)
167 168
        tmp_args.pop('debug', None)
168 169
        tmp_args.pop('verbose', None)
169 170
        tmp_args.pop('include', None)

Also available in: Unified diff