Don't set the number of args to --node
This commit is contained in:
parent
273e840cf5
commit
16a719ad11
|
|
@ -208,7 +208,6 @@ initial_argparse_def() ->
|
||||||
long => "-node",
|
long => "-node",
|
||||||
short => $n,
|
short => $n,
|
||||||
type => string,
|
type => string,
|
||||||
nargs => 1,
|
|
||||||
help => "Name of the node to control"},
|
help => "Name of the node to control"},
|
||||||
#{name => verbose,
|
#{name => verbose,
|
||||||
long => "-verbose",
|
long => "-verbose",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue