Revision de73876b kamaki/cli/commands/history_cli.py

b/kamaki/cli/commands/history_cli.py
172 172
            instance.config = self.config
173 173
            prs = ArgumentParseManager(cmd.path.split(),
174 174
                dict(instance.arguments))
175
            prs.syntax = '%s %s' % (cmd.path.replace('_', ' '),
175
            prs.syntax = '%s %s' % (
176
                cmd.path.replace('_', ' '),
176 177
                cmd.get_class().syntax)
177 178
            prs.parse(args)
178 179
            exec_cmd(instance, prs.unparsed, prs.parser.print_help)

Also available in: Unified diff