xl cd-insert takes a plain file. Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com> CC: Ian Jackson <ian.jackson@citrix.com> CC: Ian Campbell <ian.cambell@citrix.com> --- tools/libxl/xl_cmdtable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxl/xl_cmdtable.c b/tools/libxl/xl_cmdtable.c index 347302c..26f5025 100644 --- a/tools/libxl/xl_cmdtable.c +++ b/tools/libxl/xl_cmdtable.c @@ -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, -- 1.7.9.5
Ian Campbell
2013-May-10 11:31 UTC
Re: [PATCH] docs: Change cd-insert docs to match behavior
On Fri, 2013-05-10 at 12:26 +0100, George Dunlap wrote:> xl cd-insert takes a plain file. > > Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>Cc: Ian Jackson <ian.jackson@citrix.com> Acked-by: Ian Campbell <ian.cambell@citrix.com>
Ian Campbell
2013-May-10 14:22 UTC
Re: [PATCH] docs: Change cd-insert docs to match behavior
On Fri, 2013-05-10 at 12:31 +0100, Ian Campbell wrote:> On Fri, 2013-05-10 at 12:26 +0100, George Dunlap wrote: > > xl cd-insert takes a plain file. > > > > Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com> > Cc: Ian Jackson <ian.jackson@citrix.com> > > Acked-by: Ian Campbell <ian.cambell@citrix.com> >Applied.