summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2021-03-13 08:53:50 +0100
committernicolargo <nicolas@nicolargo.com>2021-03-13 08:53:50 +0100
commit72c0d09665416eac3ac34ab93242d816a62b97d5 (patch)
tree865437acb8df33a9b4ec5c03f0f0e0e70f0ff99b
parent15eba5d4ae4f72467daa1ba9b605274e096dd091 (diff)
Correct typo in documentation
-rw-r--r--docs/cmds.rst6
-rw-r--r--docs/man/glances.16
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/cmds.rst b/docs/cmds.rst
index b97734ce..b18b2157 100644
--- a/docs/cmds.rst
+++ b/docs/cmds.rst
@@ -28,11 +28,11 @@ Command-Line Options
.. option:: --disable-plugin PLUGIN
- disable PLUGIN (comma separed list)
+ disable PLUGIN (comma separated list)
.. option:: --enable-plugin PLUGIN
- enable PLUGIN (comma separed list)
+ enable PLUGIN (comma separated list)
.. option:: --stdout PLUGINS_STATS
@@ -40,7 +40,7 @@ Command-Line Options
.. option:: --export EXPORT
- enable EXPORT module (comma separed list)
+ enable EXPORT module (comma separated list)
.. option:: --export-csv-file EXPORT_CSV_FILE
diff --git a/docs/man/glances.1 b/docs/man/glances.1
index 2c3b9c1e..06491048 100644
--- a/docs/man/glances.1
+++ b/docs/man/glances.1
@@ -74,12 +74,12 @@ display modules (plugins & exports) list and exit
.INDENT 0.0
.TP
.B \-\-disable\-plugin PLUGIN
-disable PLUGIN (comma separed list)
+disable PLUGIN (comma separated list)
.UNINDENT
.INDENT 0.0
.TP
.B \-\-enable\-plugin PLUGIN
-enable PLUGIN (comma separed list)
+enable PLUGIN (comma separated list)
.UNINDENT
.INDENT 0.0
.TP
@@ -89,7 +89,7 @@ display stats to stdout (comma separated list of plugins/plugins.attribute)
.INDENT 0.0
.TP
.B \-\-export EXPORT
-enable EXPORT module (comma separed list)
+enable EXPORT module (comma separated list)
.UNINDENT
.INDENT 0.0
.TP