docs: explicit --binary help
Signed-off-by: thiswillbeyourgithub <github@32mail.33mail.comm>
This commit is contained in:
parent
a956b3efe5
commit
f4e03ab3cd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue