Skip to content

Commit

Permalink
docs: Update nigthly_version arg documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Nov 8, 2023
1 parent 7519f66 commit 353331d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ pub struct InstallOpts {
#[arg(short = 'a', long, default_value = "esp")]
pub name: String,
/// Nightly Rust toolchain version.
///
/// Note that only RISC-V targets use nightly Rust channel.
#[arg(short = 'n', long, default_value = "nightly")]
pub nightly_version: String,
/// Skips parsing Xtensa Rust version.
Expand Down

0 comments on commit 353331d

Please sign in to comment.