mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-21 17:11:58 +00:00
Update noderemove
Updated line 36: usage='''\n %prog <noderange> SYNOPSIS has < > around noderange whereas usage output does not
This commit is contained in:
parent
f0693f6ee5
commit
2f00b31eb0
@ -33,7 +33,7 @@ if path.startswith('/opt'):
|
||||
import confluent.client as client
|
||||
|
||||
argparser = optparse.OptionParser(
|
||||
usage='''\n %prog noderange
|
||||
usage='''\n %prog <noderange>
|
||||
\n ''')
|
||||
argparser.add_option('-m', '--maxnodes', type='int',
|
||||
help='Specify a maximum number of '
|
||||
|
Loading…
Reference in New Issue
Block a user