summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--auto-cpufreq.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto-cpufreq.install b/auto-cpufreq.install
index e09d2087ee44..f2cd38daf674 100644
--- a/auto-cpufreq.install
+++ b/auto-cpufreq.install
@@ -7,7 +7,7 @@ post_install() {
echo 'systemctl enable --now auto-cpufreq'
echo ''
echo 'To view live log, run:'
- echo 'auto-cpufreq --log'
+ echo 'auto-cpufreq --stats'
echo ''
}