From 3723eadcfc4b5b568ebd98a284e3a18ffadaa971 Mon Sep 17 00:00:00 2001 From: vmaneagit <79709341+vmaneagit@users.noreply.github.com> Date: Wed, 16 Jun 2021 17:33:26 +0300 Subject: [PATCH] Update noderun Syntax mismatches between usage output and man page SYNOPSIS Updated line 42: usage="Usage: %prog [options] ", --- confluent_client/bin/noderun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_client/bin/noderun b/confluent_client/bin/noderun index 73bbc80e..b716b5ab 100755 --- a/confluent_client/bin/noderun +++ b/confluent_client/bin/noderun @@ -39,7 +39,7 @@ import confluent.sortutil as sortutil def run(): argparser = optparse.OptionParser( - usage="Usage: %prog [options] noderange commandexpression", + usage="Usage: %prog [options] ", epilog="Expressions are the same as in attributes, e.g. " "'ipmitool -H {hardwaremanagement.manager}' will be expanded.") argparser.add_option('-f', '-c', '--count', type='int', default=168,