diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2017-08-31 17:21:06 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2017-08-31 17:21:06 +0000 |
commit | 0810e26699e1b40b9384eca2137be6155de0a5ba (patch) | |
tree | 2f9f57dbc41ae321c10f66c7d7985e328edbdec8 /source/compiler/aslhelp.c | |
parent | 834d4c5613e9c57c0b9fba46fa717fd7fb9d5891 (diff) |
Import ACPICA 20170831.vendor/acpica/20170831
Notes
Notes:
svn path=/vendor-sys/acpica/dist/; revision=323060
svn path=/vendor-sys/acpica/20170831/; revision=323061; tag=vendor/acpica/20170831
Diffstat (limited to 'source/compiler/aslhelp.c')
-rw-r--r-- | source/compiler/aslhelp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/compiler/aslhelp.c b/source/compiler/aslhelp.c index 18eab858c213..e1266dc864ef 100644 --- a/source/compiler/aslhelp.c +++ b/source/compiler/aslhelp.c @@ -204,7 +204,7 @@ Usage ( ACPI_OPTION ("-ve", "Report only errors (ignore warnings and remarks)"); ACPI_OPTION ("-vi", "Less verbose errors and warnings for use with IDEs"); ACPI_OPTION ("-vr", "Disable remarks"); - ACPI_OPTION ("-vw <messageid>", "Disable specific warning or remark"); + ACPI_OPTION ("-vw <messageid>", "Ignore specific error, warning or remark"); ACPI_OPTION ("-vx <messageid>", "Expect a specific warning, remark, or error"); ACPI_OPTION ("-w <1|2|3>", "Set warning reporting level"); ACPI_OPTION ("-we", "Report warnings as errors"); |