Fix typo in __main__.py

This commit is contained in:
John Hollowell
2024-05-02 21:51:09 -04:00
committed by GitHub
parent 894581ce00
commit 02189aae07

View File

@@ -1351,7 +1351,7 @@ def initParser():
group.add_argument(
"--request-position",
help="Request the position from a nade. "
help="Request the position from a node. "
"You need to pass the destination ID as an argument with '--dest'. "
"For repeaters, the nodeNum is required.",
action="store_true",