]> xenbits.xensource.com Git - people/iwj/xen.git/commitdiff
docs: Change cd-insert docs to match behavior
authorGeorge Dunlap <george.dunlap@eu.citrix.com>
Fri, 10 May 2013 11:26:14 +0000 (12:26 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 10 May 2013 13:43:39 +0000 (14:43 +0100)
xl cd-insert takes a plain file.

Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/xl_cmdtable.c

index 347302cce7640cda861dfea390838e578ad7edb8..26f5025bdac057a8766128b9719ecaddaef1cea8 100644 (file)
@@ -181,7 +181,7 @@ struct cmd_spec cmd_table[] = {
     { "cd-insert",
       &main_cd_insert, 1, 1,
       "Insert a cdrom into a guest's cd drive",
-      "<Domain> <VirtualDevice> <type:path>",
+      "<Domain> <VirtualDevice> <path>",
     },
     { "cd-eject",
       &main_cd_eject, 1, 1,