xl: Add -F to usage for xl shutdown/reboot
authorIan Campbell <ian.campbell@citrix.com>
Mon, 13 Feb 2012 16:57:53 +0000 (16:57 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 13 Feb 2012 16:57:53 +0000 (16:57 +0000)
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/xl_cmdtable.c

index 018d1dde424847d094c21ba7b6a33b0a2abf93bf..35e4939737a70f5aee7147fea54ae37023aba162 100644 (file)
@@ -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,