Update help messag in image commands
authorStavros Sachtouris <saxtouri@admin.grnet.gr>
Mon, 20 Jan 2014 13:31:05 +0000 (15:31 +0200)
committerStavros Sachtouris <saxtouri@admin.grnet.gr>
Mon, 20 Jan 2014 13:31:05 +0000 (15:31 +0200)
kamaki/cli/commands/image.py

index 241fbd2..5ca2834 100644 (file)
@@ -62,12 +62,13 @@ _commands = [image_cmds, imagecompute_cmds]
 
 howto_image_file = [
     'Kamaki commands to:',
-    ' get current user id: /user authenticate',
-    ' check available containers: /file list',
-    ' create a new container: /file create <container>',
-    ' check container contents: /file list <container>',
-    ' upload files: /file upload <image file> <container>',
-    ' register an image: /image register <image name> <container>:<path>']
+    ' get current user id: kamaki user info',
+    ' check available containers: kamaki container list',
+    ' create a new container: kamaki container create CONTAINER',
+    ' check container contents: kamaki file list /CONTAINER',
+    ' upload files: kamaki file upload IMAGE_FILE /CONTAINER[/PATH]',
+    ' register an image:',
+    '   kamaki image register --name=IMAGE_NAME --location=/CONTAINER/PATH']
 
 about_image_id = ['To see a list of available image ids: /image list']