From 58e43aedd777e529c38364d74f29c28e63b6487c Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 12 Sep 2020 10:43:35 +0200 Subject: [PATCH] fixing command in json.rst #1724 --- docs/gw/json.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gw/json.rst b/docs/gw/json.rst index 0b086c7d..e85a4832 100644 --- a/docs/gw/json.rst +++ b/docs/gw/json.rst @@ -6,5 +6,5 @@ JSON It's possible to export stats to a JSON file. .. code-block:: console + $ glances --export json --export-json-file /tmp/glances.json - $ glances --export json --export-json-file json /tmp/glances.json