From 83d19bbdb1f32676c814de025ec94b385a5a6873 Mon Sep 17 00:00:00 2001 From: Musa Ahmed Date: Mon, 18 Jul 2022 11:20:58 -0400 Subject: [PATCH] Running "auto-cpufreq" itself returns an error Running "auto-cpufreq" itself returns an error so I added the "--help" flag so the user know how to see the available options. --- auto-cpufreq-installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-cpufreq-installer b/auto-cpufreq-installer index 0e81ee57..131ec5d2 100755 --- a/auto-cpufreq-installer +++ b/auto-cpufreq-installer @@ -74,7 +74,7 @@ function completed () { function complete_msg() { separator echo -e "\nauto-cpufreq tool successfully installed.\n" - echo -e "For list of options, run:\nauto-cpufreq" + echo -e "For list of options, run:\nauto-cpufreq --help" separator }