Merge pull request #564 from jhollowe-forks/fix-help-typo

Fix typo in __main__.py
This commit is contained in:
Ian McEwen
2024-05-02 19:04:08 -07:00
committed by GitHub

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",