Revision 2005b18e kamaki/cli/__init__.py

b/kamaki/cli/__init__.py
56 56
def _arg2syntax(arg):
57 57
    return arg.replace(
58 58
        '____', '[:').replace(
59
        '___', ':').replace(
60
        '__', ']').replace(
61
        '_', ' ')
59
            '___', ':').replace(
60
                '__', ']').replace(
61
                    '_', ' ')
62 62

  
63 63

  
64 64
def _construct_command_syntax(cls):

Also available in: Unified diff