Improved missing `log` message

This commit is contained in:
Adnan Hodzic 2021-02-02 22:10:42 +01:00
parent 02d58f9f20
commit bb63f7148a
1 changed files with 2 additions and 1 deletions

View File

@ -212,7 +212,8 @@ def deploy_complete_msg():
footer()
def deprecated_log_msg():
print("\nThe --log flag has been renamed to --stats")
print("\n" + "-" * 24 + " auto-cpufreq log file renamed " + "-" * 24 + "\n")
print("The --log flag has been renamed to --stats\n")
print("To view live stats, run:\nauto-cpufreq --stats")
footer()