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

Fix typo in __main__.py
This commit is contained in:
Ian McEwen authored and GitHub committed 2024-05-02 19:04:08 -07:00
commit 8cf996a242
1 file changed
+1 -1
+1 -1
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",