Ver código fonte

Update scaling-governor.sh

tteckster 3 anos atrás
pai
commit
36eea12323
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      misc/scaling-governor.sh

+ 1 - 1
misc/scaling-governor.sh

@@ -2,7 +2,7 @@
 clear
 set -e
 while true; do
-    read -p "Change CPU Scaling Governors. Proceed(y/n)?" yn
+    read -p "View CPU Scaling Governors. Proceed(y/n)?" yn
     case $yn in
         [Yy]* ) break;;
         [Nn]* ) exit;;