Running "auto-cpufreq" itself returns an error (#408)

Running "auto-cpufreq" itself returns an error so I added the "--help" flag so the user know how to see the available options.
This commit is contained in:
Musa Ahmed 2022-07-19 10:53:38 -04:00 committed by GitHub
parent cde4cbeb45
commit a1c93a4d4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
}