diff --git a/sqlx-cli/src/opt.rs b/sqlx-cli/src/opt.rs index 7d5158507c..d2dc0732ef 100644 --- a/sqlx-cli/src/opt.rs +++ b/sqlx-cli/src/opt.rs @@ -140,7 +140,7 @@ pub enum MigrateCommand { #[clap(short, long)] timestamp: bool, - /// If set, use timestamp versioning for the new migration. Conflicts with `--timestamp`. + /// If set, use sequential versioning for the new migration. Conflicts with `--timestamp`. #[clap(short, long, conflicts_with = "timestamp")] sequential: bool, },