Typo error in surreal upgrade --help (#4587)

This commit is contained in:
Bilux 2024-08-22 22:08:22 +01:00 committed by GitHub
parent 883d4f48d9
commit 07d834ef1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ pub struct UpgradeCommandArguments {
/// Install the latest nightly version /// Install the latest nightly version
#[arg(long, conflicts_with = "alpha", conflicts_with = "beta", conflicts_with = "version")] #[arg(long, conflicts_with = "alpha", conflicts_with = "beta", conflicts_with = "version")]
nightly: bool, nightly: bool,
/// Install the latest beta version /// Install the latest alpha version
#[arg(long, conflicts_with = "nightly", conflicts_with = "beta", conflicts_with = "version")] #[arg(long, conflicts_with = "nightly", conflicts_with = "beta", conflicts_with = "version")]
alpha: bool, alpha: bool,
/// Install the latest beta version /// Install the latest beta version