mqtt_node_util: minor help change

This commit is contained in:
Evgeny Zinoviev 2023-10-05 01:35:43 +03:00
parent 3623e770b6
commit 69adc549d3

View File

@ -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')