Typo error in surreal upgrade --help
(#4587)
This commit is contained in:
parent
883d4f48d9
commit
07d834ef1c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue