From 07d834ef1ce4946d6183bafe2a3e5ad253acf9e9 Mon Sep 17 00:00:00 2001 From: Bilux Date: Thu, 22 Aug 2024 22:08:22 +0100 Subject: [PATCH] Typo error in `surreal upgrade --help` (#4587) --- src/cli/upgrade.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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