summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael J. Cohen <mjc@kernel.org>2021-03-30 20:16:56 -0600
committerGitHub <noreply@github.com>2021-03-30 20:16:56 -0600
commit1de1a7adbd2cb13dcd2bd42fb4c3111b824fd4d5 (patch)
tree8ee3852c3b9506bca49b4f87bd97134b8af02f6b
parent2d20e5967c1782b0f455c81b97418501f421ea6f (diff)
Fix typo
-rw-r--r--glances/main.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/glances/main.py b/glances/main.py
index 75587823..9df41276 100644
--- a/glances/main.py
+++ b/glances/main.py
@@ -80,10 +80,10 @@ Examples of use:
Monitor local machine and export stats to a InfluxDB server with 5s refresh time (standalone mode):
$ glances -t 5 --export influxdb
- Start a Glances XML/RCP server (server mode):
+ Start a Glances XML-RPC server (server mode):
$ glances -s
- Connect Glances to a Glances XML/RCP server (client mode):
+ Connect Glances to a Glances XML-RPC server (client mode):
$ glances -c <ip_server>
Connect Glances to a Glances server and export stats to a StatsD server (client mode):