Skip to content

Commit

Permalink
Remove the short option -o for --overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Jul 23, 2024
1 parent 3474c73 commit 450fe42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-cli/src/commands/contract/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pub struct Cmd {
)]
pub frontend_template: String,

#[arg(short, long, long_help = "Overwrite all existing files.")]
#[arg(long, long_help = "Overwrite all existing files.")]
pub overwrite: bool,
}

Expand Down

0 comments on commit 450fe42

Please sign in to comment.