From c7a8f524bd014e917fbf6208cf696bf109a6ecdc Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Mon, 22 Jun 2020 13:29:27 -0400 Subject: [PATCH] Add -s to nodesensors man page --- confluent_client/doc/man/nodesensors.ronn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/confluent_client/doc/man/nodesensors.ronn b/confluent_client/doc/man/nodesensors.ronn index 44deb352..483bffc3 100644 --- a/confluent_client/doc/man/nodesensors.ronn +++ b/confluent_client/doc/man/nodesensors.ronn @@ -29,6 +29,10 @@ interval of 1 second is used. Perform the specified number of readings, waiting `-i` indicated interval or 1 second if not otherwise indicated. +* `-s`, `--skipnumberless`: + Return only sensors that provide numeric data (e.g. temperature, fanspeed), + ignoring sensors that do not provide numeric data. + ## EXAMPLES * Retrieving all temperature related sensors from one system `# nodesensors n1 temperature`