diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2023-10-05 01:35:43 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2023-10-05 01:35:43 +0300 |
commit | 69adc549d317217b275a3e0cca689a9b1e7d3263 (patch) | |
tree | 459d78ed4d7a275301e22b4634d545613e13d930 | |
parent | 3623e770b6b25fcaa1c8d76b9d3dafefec480876 (diff) |
mqtt_node_util: minor help change
-rwxr-xr-x | bin/mqtt_node_util.py | 2 |
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') |