mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-25 11:01:09 +00:00
Update nodeconfig
updated line 46: argparser = optparse.OptionParser(usage="Usage: %prog [options] <noderange> [setting|setting=value]") to match the man SYNOPSIS nodeconfig [options] <noderange> [setting|setting=value]
This commit is contained in:
parent
f0693f6ee5
commit
47a8da5ed0
@ -43,7 +43,7 @@ def bailout(msg, code=1):
|
||||
sys.exit(code)
|
||||
|
||||
|
||||
argparser = optparse.OptionParser(usage="Usage: %prog [options] noderange [option|option=value]")
|
||||
argparser = optparse.OptionParser(usage="Usage: %prog [options] <noderange> [setting|setting=value]")
|
||||
argparser.add_option('-c', '--comparedefault', dest='comparedefault',
|
||||
action='store_true', default=False,
|
||||
help='Compare given settings to default or list settings '
|
||||
|
Loading…
Reference in New Issue
Block a user