Revision 24ff0a35 kamaki/cli/commands/history_cli.py

b/kamaki/cli/commands/history_cli.py
170 170
        try:
171 171
            instance = cmd.get_class()(self.arguments)
172 172
            instance.config = self.config
173
            prs = ArgumentParseManager(cmd.path.split(),
173
            prs = ArgumentParseManager(
174
                cmd.path.split(),
174 175
                dict(instance.arguments))
175 176
            prs.syntax = '%s %s' % (
176 177
                cmd.path.replace('_', ' '),

Also available in: Unified diff