Revision f2051b93 kamaki/cli/commands/image.py

b/kamaki/cli/commands/image.py
457 457
        uuid=ValueArgument('Custom user uuid', '--uuid'),
458 458
        local_image_path=ValueArgument(
459 459
            'Local image file path to upload and register '
460
            '(still need target file in the form /ontainer/remote-path )',
460
            '(still need target file in the form /container/remote-path )',
461 461
            '--upload-image-file'),
462 462
        progress_bar=ProgressBarArgument(
463 463
            'Do not use progress bar', '--no-progress-bar', default=False),

Also available in: Unified diff