Skip to content

Commit ba37279

Browse files
authored
fix misleading CLI arguments descriptions (#336)
1 parent 005df13 commit ba37279

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

refinery_cli/src/cli.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ pub struct MigrateArgs {
4444
#[clap(long, default_value = "refinery_schema_history")]
4545
pub table_name: String,
4646

47-
/// Migrate even if divergent migrations are found
47+
/// Should abort if divergent migrations are found
4848
#[clap(short)]
4949
pub divergent: bool,
5050

51-
/// Migrate even if missing migrations are found
51+
/// Should abort if missing migrations are found
5252
#[clap(short)]
5353
pub missing: bool,
5454
}

0 commit comments

Comments
 (0)