You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: bin/auto-cpufreq
+1-14
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,6 @@ from auto_cpufreq.power_helper import *
21
21
@click.option("--install", is_flag=True, help="Install daemon for (permanent) automatic CPU optimizations")
22
22
@click.option("--remove", is_flag=True, help="Remove daemon for (permanent) automatic CPU optimizations")
23
23
24
-
@click.option("--install_performance", is_flag=True, help="Install daemon in \"performance\" mode, reference:\n https://bit.ly/3bjVZW1")
25
24
@click.option("--stats", is_flag=True, help="View live stats of CPU optimizations made by daemon")
26
25
@click.option("--force", is_flag=False, help="Force use of either \"powersave\" or \"performance\" governors. Setting to \"reset\" will go back to normal mode")
0 commit comments