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:
parent
cde4cbeb45
commit
a1c93a4d4d
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue