tools/power/x86/intel-speed-select: Fix help option typo
authorPrarit Bhargava <prarit@redhat.com>
Thu, 5 Sep 2019 12:03:04 +0000 (08:03 -0400)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Sat, 7 Sep 2019 18:19:13 +0000 (21:19 +0300)
Help is -h, not --h.

Signed-off-by: Prarit Bhargava <prarit@redhat.com>
Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Cc: David Arcari <darcari@redhat.com>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
tools/power/x86/intel-speed-select/isst-config.c

index 91c5ad1..d32af82 100644 (file)
@@ -1491,7 +1491,7 @@ static void usage(void)
        printf("intel-speed-select [OPTIONS] FEATURE COMMAND COMMAND_ARGUMENTS\n");
        printf("\nUse this tool to enumerate and control the Intel Speed Select Technology features,\n");
        printf("\nFEATURE : [perf-profile|base-freq|turbo-freq|core-power]\n");
-       printf("\nFor help on each feature, use --h|--help\n");
+       printf("\nFor help on each feature, use -h|--help\n");
        printf("\tFor example:  intel-speed-select perf-profile -h\n");
 
        printf("\nFor additional help on each command for a feature, use --h|--help\n");