Skip to content

Commit bf580c3

Browse files
thebenternCopilot
andauthored
Update meshtastic/__main__.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1eb13c9 commit bf580c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshtastic/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1946,7 +1946,7 @@ def addRemoteAdminArgs(parser: argparse.ArgumentParser) -> argparse.ArgumentPars
19461946

19471947
group.add_argument(
19481948
"--ota-update",
1949-
help="Perform a OTA update on the destination node (ESP32, firmware version >=2.7.18, WiFi/TCP only for now). Specify the path to the firmware file.",
1949+
help="Perform an OTA update on the destination node (ESP32, firmware version >=2.7.18, WiFi/TCP only for now). Specify the path to the firmware file.",
19501950
metavar="FIRMWARE_FILE",
19511951
action="store",
19521952
)

0 commit comments

Comments
 (0)