Revision 0db8331f kamaki/cli/commands/__init__.py

b/kamaki/cli/commands/__init__.py
273 273
        with_output=FlagArgument('show response headers', ('--with-output')),
274 274
        json_output=FlagArgument(
275 275
            'show headers in json (DEPRECATED from v0.12,'
276
            ' please use --output-format=json instead)', ('-j', '--json'))
276
            '  please use --output-format=json instead)', ('-j', '--json'))
277 277
    )
278 278

  
279 279
    def _optional_output(self, r):

Also available in: Unified diff