Skip to content

Commit

Permalink
Merge pull request #564 from jhollowe-forks/fix-help-typo
Browse files Browse the repository at this point in the history
Fix typo in __main__.py
  • Loading branch information
ianmcorvidae authored May 3, 2024
2 parents 894581c + 02189aa commit 8cf996a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meshtastic/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8cf996a

Please sign in to comment.