From a3212d760306b1e0e5ee51e9013aef764b58a130 Mon Sep 17 00:00:00 2001 From: Markus Hilger Date: Thu, 26 Sep 2024 13:19:21 +0200 Subject: [PATCH] Fix nodesensors --skipnumberless help text --- confluent_client/bin/nodesensors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_client/bin/nodesensors b/confluent_client/bin/nodesensors index 61d4d602..2222abfd 100755 --- a/confluent_client/bin/nodesensors +++ b/confluent_client/bin/nodesensors @@ -67,7 +67,7 @@ argparser.add_option('-n', '--numreadings', type='int', argparser.add_option('-c', '--csv', action='store_true', help='Output in CSV format') argparser.add_option('-s', '--skipnumberless', action='store_true', - help='Output in CSV format') + help='Do not show non-numeric sensors') (options, args) = argparser.parse_args() repeatmode = False if options.interval: