2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Update usage example in nodeconfig

Provide a customized usage string to more accurately show
the structure of a nodeconfig command.
This commit is contained in:
Jarrod Johnson 2019-02-21 15:02:53 -05:00
parent e194222553
commit 2691722f48

View File

@ -43,7 +43,7 @@ def bailout(msg, code=1):
sys.exit(code)
argparser = optparse.OptionParser()
argparser = optparse.OptionParser(usage="Usage: %prog [options] noderange [option|option=value]")
argparser.add_option('-c', '--comparedefault', dest='comparedefault',
action='store_true', default=False,
help='Compare given settings to default or list settings '