Revision 1736e06d kamaki/cli/commands/image.py

b/kamaki/cli/commands/image.py
201 201
        owner=ValueArgument('set image owner (admin only)', '--owner'),
202 202
        properties=KeyValueArgument(
203 203
            'add property in key=value form (can be repeated)',
204
            ('-p, --property')),
204
            ('-p', '--property')),
205 205
        is_public=FlagArgument('mark image as public', '--public'),
206 206
        size=IntArgument('set image size', '--size'),
207 207
        update=FlagArgument(

Also available in: Unified diff