Deleted Added
full compact
114c114,115
< * DESCRIPTION: Display option help message
---
> * DESCRIPTION: Display option help message.
> * Optional items in square brackets.
135c136
< printf ("\nGeneral Output:\n");
---
> printf ("\nGeneral Processing:\n");
145,150c146
< printf ("\nAML and Data Output Files:\n");
< ACPI_OPTION ("-sa -sc", "Create assembler or C source file (*.asm or *.c)");
< ACPI_OPTION ("-ia -ic", "Create assembler or C include file (*.inc or *.h)");
< ACPI_OPTION ("-ta -tc -ts", "Create assembler, C, or ASL hex table (*.hex)");
<
< printf ("\nAML Code Generation:\n");
---
> printf ("\nAML Code Generation (*.aml):\n");
159c155,160
< printf ("\nASL Listing Files:\n");
---
> printf ("\nOptional Source Code Output Files:\n");
> ACPI_OPTION ("-sc -sa", "Create source file in C or assembler (*.c or *.asm)");
> ACPI_OPTION ("-ic -ia", "Create include file in C or assembler (*.h or *.inc)");
> ACPI_OPTION ("-tc -ta -ts", "Create hex AML table in C, assembler, or ASL (*.hex)");
>
> printf ("\nOptional Listing Files:\n");
164,166c165,167
< printf ("\nACPI Data Tables:\n");
< ACPI_OPTION ("-G", "Compile custom table containing generic operators");
< ACPI_OPTION ("-vt", "Create verbose templates (full disassembly)");
---
> printf ("\nData Table Compiler:\n");
> ACPI_OPTION ("-G", "Compile custom table that contains generic operators");
> ACPI_OPTION ("-vt", "Create verbose template files (full disassembly)");
169,170c170,172
< ACPI_OPTION ("-d [file]", "Disassemble or decode binary ACPI table to file (*.dsl)");
< ACPI_OPTION ("-da [f1,f2]", "Disassemble multiple tables from single namespace");
---
> ACPI_OPTION ("-d <f1,f2>", "Disassemble or decode binary ACPI tables to file (*.dsl)");
> ACPI_OPTION ("", " (Optional, file type is automatically detected)");
> ACPI_OPTION ("-da <f1,f2>", "Disassemble multiple tables from single namespace");
172,174c174,176
< ACPI_OPTION ("-dc [file]", "Disassemble AML and immediately compile it");
< ACPI_OPTION ("", "(Obtain DSDT from current system if no input file)");
< ACPI_OPTION ("-e [f1,f2]", "Include ACPI table(s) for external symbol resolution");
---
> ACPI_OPTION ("-dc <f1,f2>", "Disassemble AML and immediately compile it");
> ACPI_OPTION ("", " (Obtain DSDT from current system if no input file)");
> ACPI_OPTION ("-e <f1,f2>", "Include ACPI table(s) for external symbol resolution");
188a191
> ACPI_OPTION ("-m <size>", "Set internal line buffer size (in Kbytes)");