From c6fd7600065a81fc4b533a5d78f82a033726fd13 Mon Sep 17 00:00:00 2001 From: vmaneagit <79709341+vmaneagit@users.noreply.github.com> Date: Fri, 19 Mar 2021 11:49:46 +0200 Subject: [PATCH] Update nodesupport Updated line 119 with to show "" --- confluent_client/bin/nodesupport | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_client/bin/nodesupport b/confluent_client/bin/nodesupport index 545ef85e..416c92d1 100644 --- a/confluent_client/bin/nodesupport +++ b/confluent_client/bin/nodesupport @@ -116,7 +116,7 @@ class OptParser(optparse.OptionParser): def main(): argparser = OptParser( usage="Usage: %prog servicedata " - "", + "", epilog='\nservicedata will save service data to the given ' 'directory. It is saved to the location on the relevant ' 'management server (the confluent server if running remote, '