Update crates/meilitool/src/main.rs

Co-authored-by: Louis Dureuil <louis@meilisearch.com>
This commit is contained in:
Tamo 2024-11-05 15:13:32 +01:00 committed by GitHub
parent 48ab898ca2
commit f193c3a67c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,7 +73,7 @@ enum Command {
/// ///
/// Supported upgrade paths: /// Supported upgrade paths:
/// ///
/// - v1.9.0 -> v1.10.0 -> v1.11.0 /// - v1.9.x -> v1.10.x -> v1.11.x
OfflineUpgrade { OfflineUpgrade {
#[arg(long)] #[arg(long)]
target_version: String, target_version: String,