aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2023-10-05 01:35:43 +0300
committerEvgeny Zinoviev <me@ch1p.io>2023-10-05 01:35:43 +0300
commit69adc549d317217b275a3e0cca689a9b1e7d3263 (patch)
tree459d78ed4d7a275301e22b4634d545613e13d930
parent3623e770b6b25fcaa1c8d76b9d3dafefec480876 (diff)
mqtt_node_util: minor help change
-rwxr-xr-xbin/mqtt_node_util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mqtt_node_util.py b/bin/mqtt_node_util.py
index c1d457c..68d3bd1 100755
--- a/bin/mqtt_node_util.py
+++ b/bin/mqtt_node_util.py
@@ -50,7 +50,7 @@ if __name__ == '__main__':
help='send relay state')
parser.add_argument('--legacy-relay', action='store_true')
parser.add_argument('--push-ota', type=str, metavar='OTA_FILENAME',
- help='push OTA, receives path to firmware.bin')
+ help='push OTA, receives path to firmware.bin (not .elf!)')
parser.add_argument('--no-wait', action='store_true',
help='execute command and exit')