Skip to content

Commit

Permalink
updated about dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
AdnanHodzic committed Sep 11, 2020
1 parent 557b0f9 commit 6f729ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/auto-cpufreq
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ from source.core import *

# cli
@click.command()
@click.option("--monitor", is_flag=True, help="Monitor and suggest CPU optimizations")
@click.option("--live", is_flag=True, help="Monitor and make suggested CPU optimizations")
@click.option("--install/--remove", default=True, help="Install/remove daemon for automatic CPU optimizations")
@click.option("--monitor", is_flag=True, help="Monitor and see suggestions for CPU optimizations")
@click.option("--live", is_flag=True, help="Monitor and make (temp.) suggested CPU optimizations")
@click.option("--install/--remove", default=True, help="Install/remove daemon for (permanent) automatic CPU optimizations")
@click.option("--log", is_flag=True, help="View live CPU optimization log made by daemon")
@click.option("--daemon", is_flag=True, hidden=True)
@click.option("--debug", is_flag=True, help="Show debug info (include when submitting bugs)")
Expand Down

0 comments on commit 6f729ed

Please sign in to comment.