mirror of https://github.com/nicolargo/glances.git
glances/README.txt: fix misspelling
This commit is contained in:
parent
f0a09ec10f
commit
154afd8851
|
|
@ -1,6 +1,7 @@
|
|||
You are in the main Glances's source folder. This page is **ONLY** for developpers purposes.
|
||||
You are in the main Glances source folder. This page is **ONLY** for developers.
|
||||
|
||||
If you are looking for the user manual, please follow this link: https://github.com/nicolargo/glances/blob/master/docs/glances-doc.rst
|
||||
If you are looking for the user manual, please follow this link:
|
||||
https://github.com/nicolargo/glances/blob/master/docs/glances-doc.rst
|
||||
|
||||
===
|
||||
|
||||
|
|
@ -9,7 +10,7 @@ __main__.py Entry point for Glances module
|
|||
core/
|
||||
=> Glances core folder
|
||||
glances_config.py Manage configuration file
|
||||
glances_globals.py Share variables uppon modules
|
||||
glances_globals.py Share variables upon modules
|
||||
glances_limits.py Manage limits
|
||||
glances_logs.py Manage logs
|
||||
glances_main.py Main script to rule them up...
|
||||
|
|
|
|||
Loading…
Reference in New Issue