summaryrefslogtreecommitdiff
path: root/source/tools/acpibin/abmain.c
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2018-05-03 14:19:23 -0700
committerRobert Moore <Robert.Moore@intel.com>2018-05-03 14:19:23 -0700
commitf435050a4fa22a34de8aa7ad747a67acd083358b (patch)
treea4538eb9a480590899ea0f001cbe01aa8724d1b4 /source/tools/acpibin/abmain.c
parentf7a6da92a73b6ed5bc6a3a20360321dc7408e990 (diff)
downloadacpica-f435050a4fa22a34de8aa7ad747a67acd083358b.tar.gz
acpibin: remove obsolete command line option
-e option was obsolete. Alex Hung <alex.hung@canonical.com>
Diffstat (limited to 'source/tools/acpibin/abmain.c')
-rw-r--r--source/tools/acpibin/abmain.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/tools/acpibin/abmain.c b/source/tools/acpibin/abmain.c
index 35e533cf3..1cf18c687 100644
--- a/source/tools/acpibin/abmain.c
+++ b/source/tools/acpibin/abmain.c
@@ -186,7 +186,6 @@ AbDisplayUsage (
ACPI_OPTION ("-a <File1> <File2>", "Compare two binary AML files, dump all mismatches");
ACPI_OPTION ("-c <File1> <File2>", "Compare two binary AML files, dump first 100 mismatches");
ACPI_OPTION ("-d <In> <Out>", "Dump AML binary to text file");
- ACPI_OPTION ("-e <Sig> <In> <Out>", "Extract binary AML table from acpidump file");
ACPI_OPTION ("-o <Value>", "Start comparison at this offset into second file");
ACPI_OPTION ("-h <File>", "Display table header for binary AML file");
ACPI_OPTION ("-s <File>", "Update checksum for binary AML file");