From bf580c36aeb013921eec1452ad73d5de25f360ed Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sat, 31 Jan 2026 18:15:25 -0600 Subject: [PATCH] Update meshtastic/__main__.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- meshtastic/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/__main__.py b/meshtastic/__main__.py index 533ec67..82f2a56 100644 --- a/meshtastic/__main__.py +++ b/meshtastic/__main__.py @@ -1946,7 +1946,7 @@ def addRemoteAdminArgs(parser: argparse.ArgumentParser) -> argparse.ArgumentPars group.add_argument( "--ota-update", - 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.", + 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.", metavar="FIRMWARE_FILE", action="store", )