소스 검색

Update scaling-governor.sh

tteckster 3 년 전
부모
커밋
36eea12323
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;;