From 69adc549d317217b275a3e0cca689a9b1e7d3263 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Thu, 5 Oct 2023 01:35:43 +0300 Subject: mqtt_node_util: minor help change --- bin/mqtt_node_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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') -- cgit v1.2.3