summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuint Guvernator2021-12-08 11:30:06 +0100
committerZhanibek Adilbekov2021-12-11 02:58:36 +0600
commit18630496bbf3fca70b674e9a64da0e74669b2004 (patch)
tree7cb022dc04d2ec594462d9e77cdf7cb31cf1e8c8
parent8eef9985c7fdcd0e8685ce83b6ccba6867d4036b (diff)
downloadaur-18630496bbf3fca70b674e9a64da0e74669b2004.tar.gz
update flag in post-install message
The --log flag has been renamed to --stats
-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 ''
}