mirror of
https://github.com/xcat2/confluent.git
synced 2025-07-24 13:21:15 +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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user