Typo fix
authorDionysis Grigoropoulos <dgrig@grnet.gr>
Tue, 17 Dec 2013 07:44:11 +0000 (09:44 +0200)
committerStavros Sachtouris <saxtouri@admin.grnet.gr>
Tue, 17 Dec 2013 10:15:04 +0000 (12:15 +0200)
kamaki/cli/commands/image.py

index c5cf083..d2b7e7e 100644 (file)
@@ -457,7 +457,7 @@ class image_register(_init_image, _optional_json):
         uuid=ValueArgument('Custom user uuid', '--uuid'),
         local_image_path=ValueArgument(
             'Local image file path to upload and register '
-            '(still need target file in the form /ontainer/remote-path )',
+            '(still need target file in the form /container/remote-path )',
             '--upload-image-file'),
         progress_bar=ProgressBarArgument(
             'Do not use progress bar', '--no-progress-bar', default=False),