docs: Update nigthly_version arg documentation

This commit is contained in:
Sergio Gasquez 2023-11-08 10:29:03 +01:00
parent 7519f66c01
commit 353331d569

View File

@ -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.