提交 079dc77a 编写于 作者: D Daniel Veillard

* src/virsh.c: Richard W.M. Jones pointed out a missing option

  in getopt_long()
Daniel
上级 f873796e
Fri Jan 26 12:48:13 CET 2007 Daniel Veillard <veillard@redhat.com>
* src/virsh.c: Richard W.M. Jones pointed out a missing option
in getopt_long()
Fri Jan 26 12:09:49 CET 2007 Daniel Veillard <veillard@redhat.com> Fri Jan 26 12:09:49 CET 2007 Daniel Veillard <veillard@redhat.com>
* autogen.sh: applied patch from Richard W.M. Jones to not * autogen.sh: applied patch from Richard W.M. Jones to not
......
...@@ -2606,7 +2606,7 @@ vshParseArgv(vshControl * ctl, int argc, char **argv) ...@@ -2606,7 +2606,7 @@ vshParseArgv(vshControl * ctl, int argc, char **argv)
end = end ? : argc; end = end ? : argc;
/* standard (non-command) options */ /* standard (non-command) options */
while ((arg = getopt_long(end, argv, "d:hqtv", opt, &idx)) != -1) { while ((arg = getopt_long(end, argv, "d:hqtcv", opt, &idx)) != -1) {
switch (arg) { switch (arg) {
case 'd': case 'd':
ctl->debug = atoi(optarg); ctl->debug = atoi(optarg);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册