mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-30 22:30:53 +00:00
fix: 📝 Fix typo
This commit is contained in:
parent
061f0a16b2
commit
84138aed04
@ -1,4 +1,4 @@
|
||||
# EspUp
|
||||
# Espup
|
||||
|
||||
[](https://crates.io/crates/espup)
|
||||
[](https://github.com/esp-rs/espup/actions/workflows/ci.yaml)
|
||||
@ -194,7 +194,7 @@ Options:
|
||||
-m, --profile-minimal
|
||||
Minifies the installation.
|
||||
|
||||
This will install a reduced version of LLVM, delete the folder where all the assets are downloaded, and, if installing ESP-IDF, delete some unncessary folders like docs and examples.
|
||||
This will install a reduced version of LLVM, delete the folder where all the assets are downloaded, and, if installing ESP-IDF, delete some unnecessary folders like docs and examples.
|
||||
|
||||
-t, --targets <TARGETS>
|
||||
Comma or space separated list of targets [esp32,esp32s2,esp32s3,esp32c2,esp32c3,all]
|
||||
|
@ -95,7 +95,7 @@ pub struct InstallOpts {
|
||||
/// Minifies the installation.
|
||||
///
|
||||
/// This will install a reduced version of LLVM, delete the folder where all the assets are downloaded,
|
||||
/// and, if installing ESP-IDF, delete some unncessary folders like docs and examples.
|
||||
/// and, if installing ESP-IDF, delete some unnecessary folders like docs and examples.
|
||||
#[arg(short = 'm', long)]
|
||||
pub profile_minimal: bool,
|
||||
/// Comma or space separated list of targets [esp32,esp32s2,esp32s3,esp32c2,esp32c3,all].
|
||||
|
Loading…
x
Reference in New Issue
Block a user