From: Ian Campbell Date: Mon, 13 Feb 2012 16:57:53 +0000 (+0000) Subject: xl: Add -F to usage for xl shutdown/reboot X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c02411ccdf61c6f9fa2928b56d43e00ab4f6627c;p=xen.git xl: Add -F to usage for xl shutdown/reboot Signed-off-by: Ian Campbell Acked-by: Ian Jackson Committed-by: Ian Jackson --- diff --git a/tools/libxl/xl_cmdtable.c b/tools/libxl/xl_cmdtable.c index 018d1dde42..35e4939737 100644 --- a/tools/libxl/xl_cmdtable.c +++ b/tools/libxl/xl_cmdtable.c @@ -48,12 +48,19 @@ struct cmd_spec cmd_table[] = { { "shutdown", &main_shutdown, 0, "Issue a shutdown signal to a domain", - "", + "[options] ", + "-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", - "", + "[options] ", + "-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,