From 02189aae07cccc7821e6997cefd641b7b5bbd490 Mon Sep 17 00:00:00 2001 From: John Hollowell Date: Thu, 2 May 2024 21:51:09 -0400 Subject: [PATCH] Fix typo in __main__.py --- meshtastic/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/__main__.py b/meshtastic/__main__.py index 159435a..46f7066 100644 --- a/meshtastic/__main__.py +++ b/meshtastic/__main__.py @@ -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",