mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
Allow free ordering of noderange/arguments in nodeping
With nodeping, no concern about passing arguments to arbitrary subcommand, so allow arguments to be anywhere.
This commit is contained in:
parent
2194ca9018
commit
f168c4be2b
@ -46,7 +46,6 @@ def run():
|
||||
help='Use a different name other than the nodename for ping')
|
||||
# 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()
|
||||
(options, args) = argparser.parse_args()
|
||||
if len(args) < 1:
|
||||
argparser.print_help()
|
||||
|
Loading…
Reference in New Issue
Block a user