Fix typos (#958)

This commit is contained in:
Igor 2022-08-12 12:31:35 +02:00 committed by GitHub
parent 5e34bcecbe
commit 0d94941c3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ pub enum MigrateSubcommands {
short,
long,
default_value = "1",
help = "Number of pending migrations to be rolled back"
help = "Number of pending migrations to apply"
)]
num: u32,
},
@ -75,7 +75,7 @@ pub enum MigrateSubcommands {
short,
long,
default_value = "1",
help = "Number of pending migrations to be rolled back"
help = "Number of applied migrations to be rolled back"
)]
num: u32,
},