Revision 89ecfa57 kamaki/cli/commands/image_cli.py

b/kamaki/cli/commands/image_cli.py
285 285

  
286 286
    arguments = dict(
287 287
        detail=FlagArgument('show detailed output', '-l'),
288
        limit=IntArgument('limit the number of VMs to list', '-n'),
288
        limit=IntArgument('limit the number of images to list', '-n'),
289 289
        more=FlagArgument(
290 290
            'output results in pages (-n to set items per page, default 10)',
291 291
            '--more')

Also available in: Unified diff