2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-12-23 19:52:10 +00:00

Delete trailing whitespace

This commit is contained in:
Jarrod Johnson 2020-05-07 09:30:31 -04:00
parent 5a22168657
commit dcdd453112

View File

@ -51,7 +51,7 @@ def run():
argparser.add_option('-m', '--maxnodes', type='int',
help='Specify a maximum number of '
'nodes to run remote ssh command to, '
'prompting if over the threshold')
'prompting if over the threshold')
# among other things, FD_SETSIZE limits. Besides, spawning too many
# processes can be unkind for the unaware on memory pressure and such...
argparser.disable_interspersed_args()