[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] xl: Add -F to usage for xl shutdown/reboot
# HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxx> # Date 1328879048 0 # Node ID cc609327d4fba381388be7826760017f02d1748f # Parent 13621819e3c7b3a80cc3cf5a092585fae21751d7 xl: Add -F to usage for xl shutdown/reboot Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> diff -r 13621819e3c7 -r cc609327d4fb tools/libxl/xl_cmdtable.c --- a/tools/libxl/xl_cmdtable.c Fri Feb 10 12:08:18 2012 +0000 +++ b/tools/libxl/xl_cmdtable.c Fri Feb 10 13:04:08 2012 +0000 @@ -48,12 +48,19 @@ struct cmd_spec cmd_table[] = { { "shutdown", &main_shutdown, 0, "Issue a shutdown signal to a domain", - "<Domain>", + "[options] <Domain>", + "-h Print this help.\n" + "-F Fallback to ACPI power event for HVM guests with\n" + " no PV drivers.\n" + "-w Wait for guest to shutdown.\n" }, { "reboot", &main_reboot, 0, "Issue a reboot signal to a domain", - "<Domain>", + "[options] <Domain>", + "-h Print this help.\n" + "-F Fallback to ACPI reset event for HVM guests with\n" + " no PV drivers.\n" }, { "pci-attach", &main_pciattach, 0, _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |