Skip to content

Commit

Permalink
fix misleading CLI arguments descriptions (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
solc42 committed Jun 7, 2024
1 parent 005df13 commit ba37279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions refinery_cli/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ pub struct MigrateArgs {
#[clap(long, default_value = "refinery_schema_history")]
pub table_name: String,

/// Migrate even if divergent migrations are found
/// Should abort if divergent migrations are found
#[clap(short)]
pub divergent: bool,

/// Migrate even if missing migrations are found
/// Should abort if missing migrations are found
#[clap(short)]
pub missing: bool,
}

0 comments on commit ba37279

Please sign in to comment.