diff --git a/src/cli/upgrade.rs b/src/cli/upgrade.rs index af362a9b..951c8099 100644 --- a/src/cli/upgrade.rs +++ b/src/cli/upgrade.rs @@ -23,7 +23,7 @@ pub struct UpgradeCommandArguments { /// Install the latest nightly version #[arg(long, conflicts_with = "alpha", conflicts_with = "beta", conflicts_with = "version")] nightly: bool, - /// Install the latest beta version + /// Install the latest alpha version #[arg(long, conflicts_with = "nightly", conflicts_with = "beta", conflicts_with = "version")] alpha: bool, /// Install the latest beta version