diff options
Diffstat (limited to 'source/compiler/aslhelp.c')
| -rw-r--r-- | source/compiler/aslhelp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/compiler/aslhelp.c b/source/compiler/aslhelp.c index 137736da7db1..5ef400d1528c 100644 --- a/source/compiler/aslhelp.c +++ b/source/compiler/aslhelp.c @@ -8,7 +8,7 @@ * * 1. Copyright Notice * - * Some or all of this work - Copyright (c) 1999 - 2023, Intel Corp. + * Some or all of this work - Copyright (c) 1999 - 2024, Intel Corp. * All rights reserved. * * 2. License @@ -185,6 +185,7 @@ Usage ( ACPI_OPTION ("-vd", "Display compiler build date and time"); ACPI_OPTION ("-vo", "Enable optimization comments"); ACPI_OPTION ("-vs", "Disable signon"); + ACPI_OPTION ("-ld", "Disable deterministic output"); printf ("\nHelp:\n"); ACPI_OPTION ("-h", "This message"); |
