mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 15:25:32 +00:00
Fix comment in sqlx migrate add
help (#2847)
The old description for the `sequential` flag read "If set, use *timestamp* versioning". I guess this was a simple copy-paste error.
This commit is contained in:
parent
9dbd52c9b3
commit
220bf93dc2
@ -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,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user