From b8999a8916c82bed79d076a68cea20f6a7a63436 Mon Sep 17 00:00:00 2001 From: Robert Moore Date: Wed, 31 Jul 2013 08:44:50 -0700 Subject: Utilities: Standardize -v option for all user-space tools. Ensure -v is supported in all of the tools, in an identical manner. Also cleans up and standardizes the format of the utility names and supported option strings. --- source/tools/acpidump/apmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/tools/acpidump') diff --git a/source/tools/acpidump/apmain.c b/source/tools/acpidump/apmain.c index 3eef5086d..fa4cc5e76 100644 --- a/source/tools/acpidump/apmain.c +++ b/source/tools/acpidump/apmain.c @@ -186,7 +186,7 @@ ApDisplayUsage ( ACPI_OPTION ("-h -?", "This help message"); ACPI_OPTION ("-o ", "Redirect output to file"); ACPI_OPTION ("-s", "Print table summaries only"); - ACPI_OPTION ("-v", "Version of this utility"); + ACPI_OPTION ("-v", "Display version information"); ACPI_OPTION ("-z", "Verbose mode"); printf ("\nTable Options:\n"); -- cgit v1.2.3