Skip to content

Commit

Permalink
Fix typo in __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jhollowe authored May 3, 2024
1 parent 894581c commit 02189aa
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 02189aa

Please sign in to comment.