docs: explicit --binary help

Signed-off-by: thiswillbeyourgithub <github@32mail.33mail.comm>
peter
thiswillbeyourgithub 1 year ago committed by Daniel Thompson
parent a956b3efe5
commit f4e03ab3cd

@ -370,7 +370,7 @@ if __name__ == '__main__':
parser.add_argument('--bootloader', action='store_true',
help="Reboot into the bootloader mode for OTA update")
parser.add_argument('--binary', action='store_true',
help="Enable non-ASCII mode for suitable commands (such as upload)")
help="Enable non-ASCII mode for upload command")
parser.add_argument('--console', action='store_true',
help='Launch a REPL session')
parser.add_argument('--check-rtc', action='store_true',

Loading…
Cancel
Save