mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-25 11:01:09 +00:00
Update nodeeventlog
usage output doesn't have < > around noderange were as SYNOPSIS on man page does Usage: nodeeventlog [options] noderange [clear] SYNOPSIS: nodeeventlog [options] <noderange> [clear] Line 40 has been updated: usage="Usage: %prog [options] <noderange> [clear]")
This commit is contained in:
parent
f0693f6ee5
commit
15d4247cf1
@ -37,7 +37,7 @@ if sys.version_info[0] < 3:
|
||||
sys.stdout = codecs.getwriter('utf8')(sys.stdout)
|
||||
|
||||
argparser = optparse.OptionParser(
|
||||
usage="Usage: %prog [options] noderange [clear]")
|
||||
usage="Usage: %prog [options] <noderange> [clear]")
|
||||
argparser.add_option('-m', '--maxnodes', type='int',
|
||||
help='Specify a maximum number of '
|
||||
'nodes to clear if clearing log, '
|
||||
|
Loading…
Reference in New Issue
Block a user