mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
virsh: Update list of shutdown/reboot modes
As of 76d9f65644 we are supporting two new modes: initctl and signal.
However, these are missing in help listing.
This commit is contained in:
@@ -4568,7 +4568,7 @@ static const vshCmdOptDef opts_shutdown[] = {
|
|||||||
},
|
},
|
||||||
{.name = "mode",
|
{.name = "mode",
|
||||||
.type = VSH_OT_STRING,
|
.type = VSH_OT_STRING,
|
||||||
.help = N_("shutdown mode: acpi|agent")
|
.help = N_("shutdown mode: acpi|agent|initctl|signal")
|
||||||
},
|
},
|
||||||
{.name = NULL}
|
{.name = NULL}
|
||||||
};
|
};
|
||||||
@@ -4654,7 +4654,7 @@ static const vshCmdOptDef opts_reboot[] = {
|
|||||||
},
|
},
|
||||||
{.name = "mode",
|
{.name = "mode",
|
||||||
.type = VSH_OT_STRING,
|
.type = VSH_OT_STRING,
|
||||||
.help = N_("shutdown mode: acpi|agent")
|
.help = N_("shutdown mode: acpi|agent|initctl|signal")
|
||||||
},
|
},
|
||||||
{.name = NULL}
|
{.name = NULL}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user