add: check_update disable option in warning msg

This commit is contained in:
Raz Crimson 2023-02-24 00:20:20 +05:30
parent ad6ca323c6
commit 91b086b134

View File

@ -192,3 +192,6 @@ class GlancesStandalone(object):
)
)
print("You should consider upgrading using: pip install --upgrade glances")
print("Disable this warning temporarily using: glances --disable-check-update")
print("To disable it permanently, refer config reference at "
"https://glances.readthedocs.io/en/latest/config.html#syntax")