Skip to content

Commit

Permalink
Running "auto-cpufreq" itself returns an error (#408)
Browse files Browse the repository at this point in the history
Running "auto-cpufreq" itself returns an error so I added the "--help" flag so the user know how to see the available options.
  • Loading branch information
m-GDEV committed Jul 19, 2022
1 parent cde4cbe commit a1c93a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto-cpufreq-installer
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit a1c93a4

Please sign in to comment.