From 6ac4f0bab1c956f494a0179edff4143c159f96f8 Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Fri, 4 Nov 2022 13:36:21 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20Update=20usage=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6edf92d..2cd1d15 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,12 @@ Options: [default: cargo-espflash] + -x, --llvm-version + LLVM version + + [default: 15] + [possible values: 15] + -l, --log-level Verbosity level of the logs @@ -197,8 +203,6 @@ Options: -v, --toolchain-version Xtensa Rust toolchain version - [default: 1.64.0.0] - -h, --help Print help information (use `-h` for a summary) ``` @@ -224,7 +228,7 @@ Options: -l, --log-level Verbosity level of the logs [default: info] [possible values: debug, info, warn, error] -v, --toolchain-version - Xtensa Rust toolchain version [default: 1.64.0.0] + Xtensa Rust toolchain version -h, --help Print help information ```