missed one

This commit is contained in:
Michael Gillett
2025-02-18 15:06:20 -05:00
parent cc411ce0bb
commit 7cc65aa08a

View File

@@ -1344,7 +1344,6 @@ def addSelectionArgs(parser: argparse.ArgumentParser) -> argparse.ArgumentParser
"--dest",
help="The destination node id for any sent commands, if not set '^all' or '^local' is assumed as appropriate",
default=None,
nargs=1,
metavar=("!XXXXXXXX", "0xXXXXXXXX"),
)