提交 0aa8397c 编写于 作者: M Michal Privoznik

virsh: Update list of shutdown/reboot modes

As of 76d9f656 we are supporting two new modes: initctl and signal.
However, these are missing in help listing.
上级 7f15ebc7
......@@ -4568,7 +4568,7 @@ static const vshCmdOptDef opts_shutdown[] = {
},
{.name = "mode",
.type = VSH_OT_STRING,
.help = N_("shutdown mode: acpi|agent")
.help = N_("shutdown mode: acpi|agent|initctl|signal")
},
{.name = NULL}
};
......@@ -4654,7 +4654,7 @@ static const vshCmdOptDef opts_reboot[] = {
},
{.name = "mode",
.type = VSH_OT_STRING,
.help = N_("shutdown mode: acpi|agent")
.help = N_("shutdown mode: acpi|agent|initctl|signal")
},
{.name = NULL}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册