From b5f0b3ad1679937d60417d250bfc4aab9883ba1b Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Thu, 17 Nov 2022 09:59:12 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20Update=20usage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b2a85ea..b7dbefc 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ Options: -d, --default-host Target triple of the host - -e, --esp-idf-version + -e, --esp-idf-version ESP-IDF version to install. If empty, no esp-idf is installed. Version format: - `commit:`: Uses the commit `` of the `esp-idf` repository. @@ -171,8 +171,6 @@ Options: -c, --extra-crates Comma or space list of extra crates to install - [default: ] - -x, --llvm-version LLVM version @@ -194,7 +192,7 @@ Options: Minifies the installation -t, --targets - Comma or space separated list of targets [esp32,esp32s2,esp32s3,esp32c3,all] + Comma or space separated list of targets [esp32,esp32s2,esp32s3,esp32c2,esp32c3,all] [default: all] @@ -203,6 +201,9 @@ Options: -h, --help Print help information (use `-h` for a summary) + + -V, --version + Print version information ``` ### Uninstall Subcommand @@ -213,6 +214,7 @@ Usage: espup uninstall [OPTIONS] Options: -l, --log-level Verbosity level of the logs [default: info] [possible values: debug, info, warn, error] -h, --help Print help information + -V, --version Print version information ``` ### Update Subcommand @@ -229,6 +231,8 @@ Options: Xtensa Rust toolchain version -h, --help Print help information + -V, --version + Print version information ``` ## Known Issues or Limitations