From 52d7bcbdb962801ca02d1a89a865a98b9e2e105a Mon Sep 17 00:00:00 2001 From: vmaneagit <79709341+vmaneagit@users.noreply.github.com> Date: Wed, 16 Jun 2021 17:23:18 +0300 Subject: [PATCH] Update nodersync Updated line 43: usage="Usage: %prog :", Syntax mismatch between usage output and man page SYNOPSIS --- confluent_client/bin/nodersync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_client/bin/nodersync b/confluent_client/bin/nodersync index 0c7ff568..0e9cb435 100755 --- a/confluent_client/bin/nodersync +++ b/confluent_client/bin/nodersync @@ -40,7 +40,7 @@ import confluent.sortutil as sortutil def run(): argparser = optparse.OptionParser( - usage="Usage: %prog location noderange:location", + usage="Usage: %prog :", ) argparser.add_option('-m', '--maxnodes', type='int', help='Specify a maximum number of '