Revision 023d5ada kamaki/cli/commands/image.py

b/kamaki/cli/commands/image.py
326 326
        container_format=ValueArgument(
327 327
            'Change container format', '--container-format'),
328 328
        status=ValueArgument('Change status', '--status'),
329
        publish=FlagArgument('Publish the image', '--public'),
330
        unpublish=FlagArgument('Unpublish the image', '--private'),
329
        publish=FlagArgument('Make the image public', '--public'),
330
        unpublish=FlagArgument('Make the image private', '--private'),
331 331
        property_to_set=KeyValueArgument(
332 332
            'set property in key=value form (can be repeated)',
333 333
            ('-p', '--property-set')),

Also available in: Unified diff