提交 17202ea6 编写于 作者: K Karel Zak

fix visrh "save" cmd

上级 7871d455
Fri Feb 3 15:47:32 CET 2006 Karel Zak <kzak@redhat.com>
* src/virsh.c: fix order of the save command options
Tue Jan 31 19:12:19 CET 2006 Daniel Veillard <veillard@redhat.com>
* configure.in docs/examples/*: starting to add examples. the XSLT
......
......@@ -394,8 +394,8 @@ static vshCmdInfo info_save[] = {
};
static vshCmdOptDef opts_save[] = {
{ "file", VSH_OT_DATA, VSH_OFLAG_REQ, "where to save the data" },
{ "domain", VSH_OT_DATA, VSH_OFLAG_REQ, "domain name or id" },
{ "file", VSH_OT_DATA, VSH_OFLAG_REQ, "where to save the data" },
{ NULL, 0, 0, NULL }
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册