From f4e03ab3cda3a168c82b6bf5d81e9e07ae3f3dd2 Mon Sep 17 00:00:00 2001 From: thiswillbeyourgithub Date: Mon, 28 Feb 2022 10:59:24 +0100 Subject: [PATCH] docs: explicit --binary help Signed-off-by: thiswillbeyourgithub --- tools/wasptool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/wasptool b/tools/wasptool index 72dfde9..b52d06f 100755 --- a/tools/wasptool +++ b/tools/wasptool @@ -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',