提交 d01340e7 编写于 作者: M Matthias Bolte

virt-aa-helper: Make getopt accept the p option

Commit 68719c4b added the
p option to control disk format probing, but it wasn't added
to the getopt_long optstring parameter.

Add the p option to the getopt_long optstring parameter.
上级 adde0e2c
......@@ -964,7 +964,7 @@ vahParseArgv(vahControl * ctl, int argc, char **argv)
{0, 0, 0, 0}
};
while ((arg = getopt_long(argc, argv, "acdDhrRH:b:u:f:", opt,
while ((arg = getopt_long(argc, argv, "acdDhrRH:b:u:p:f:", opt,
&idx)) != -1) {
switch (arg) {
case 'a':
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册