diff options
Diffstat (limited to 'source/tools/acpidump/apmain.c')
-rw-r--r-- | source/tools/acpidump/apmain.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/tools/acpidump/apmain.c b/source/tools/acpidump/apmain.c index 3711b532304f..60ee23dcde17 100644 --- a/source/tools/acpidump/apmain.c +++ b/source/tools/acpidump/apmain.c @@ -231,8 +231,7 @@ ApDisplayUsage ( ACPI_OPTION ("-c <on|off>", "Turning on/off customized table dumping"); ACPI_OPTION ("-f <BinaryFile>", "Get table via a binary file"); ACPI_OPTION ("-n <Signature>", "Get table via a name/signature"); - ACPI_OPTION ("-x", "Do not use but dump XSDT"); - ACPI_OPTION ("-x -x", "Do not use or dump XSDT"); + ACPI_OPTION ("-x", "Use RSDT instead of XSDT"); ACPI_USAGE_TEXT ( "\n" |