From 1de1a7adbd2cb13dcd2bd42fb4c3111b824fd4d5 Mon Sep 17 00:00:00 2001 From: "Michael J. Cohen" Date: Tue, 30 Mar 2021 20:16:56 -0600 Subject: [PATCH] Fix typo --- glances/main.py | 4 ++-- 1 file 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 Connect Glances to a Glances server and export stats to a StatsD server (client mode): -- GitLab