Skip to content

Commit 8cf996a

Browse files
authored
Merge pull request #564 from jhollowe-forks/fix-help-typo
Fix typo in __main__.py
2 parents 894581c + 02189aa commit 8cf996a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meshtastic/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1351,7 +1351,7 @@ def initParser():
13511351

13521352
group.add_argument(
13531353
"--request-position",
1354-
help="Request the position from a nade. "
1354+
help="Request the position from a node. "
13551355
"You need to pass the destination ID as an argument with '--dest'. "
13561356
"For repeaters, the nodeNum is required.",
13571357
action="store_true",

0 commit comments

Comments
 (0)