mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-22 16:51:35 +03:00
add: check_update disable option in warning msg
This commit is contained in:
parent
ad6ca323c6
commit
91b086b134
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user