docs: explicit --binary help

Signed-off-by: thiswillbeyourgithub <github@32mail.33mail.comm>
This commit is contained in:
thiswillbeyourgithub 2022-02-28 10:59:24 +01:00 committed by Daniel Thompson
parent a956b3efe5
commit f4e03ab3cd
1 changed files with 1 additions and 1 deletions

View File

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