mirror of https://github.com/nicolargo/glances.git
Add Docker doc to the index
This commit is contained in:
parent
1119593bef
commit
91c266f4c9
4
NEWS
4
NEWS
|
|
@ -17,6 +17,10 @@ Bugs corrected:
|
|||
* Crash after running fine for several hours #1335
|
||||
* Timezone listed doesn’t match system timezone, outputs wrong time #1337
|
||||
|
||||
Others:
|
||||
|
||||
* Add Docker documentation (thanks to @rgarrigue)
|
||||
|
||||
Version 3.0.2
|
||||
=============
|
||||
|
||||
|
|
|
|||
|
|
@ -31,5 +31,6 @@ Table of Contents
|
|||
aoa/index
|
||||
gw/index
|
||||
api
|
||||
docker
|
||||
faq
|
||||
support
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "GLANCES" "1" "Sep 04, 2018" "3.0.1" "Glances"
|
||||
.TH "GLANCES" "1" "Oct 20, 2018" "3.1.0_beta" "Glances"
|
||||
.SH NAME
|
||||
glances \- An eye on your system
|
||||
.
|
||||
|
|
@ -74,7 +74,7 @@ display modules (plugins & exports) list and exit
|
|||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-disable\-plugin PLUGIN
|
||||
disable PLUGIN (comma separated list)
|
||||
disable PLUGIN (comma separed list)
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
|
|
@ -84,7 +84,7 @@ display stats to stdout (comma separated list of plugins/plugins.attribute)
|
|||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-export EXPORT
|
||||
enable EXPORT module (comma separated list)
|
||||
enable EXPORT module (comma separed list)
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
|
|
|
|||
Loading…
Reference in New Issue