We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c624901 commit bae838eCopy full SHA for bae838e
1 file changed
src/main.rs
@@ -257,7 +257,8 @@ fn define_cli() -> ArgMatches {
257
.arg(
258
Arg::new("force_overwrite")
259
.long("force_overwrite")
260
- .help(format!("Force {CRATE_NAME} to overwrite the output BAM file."))
+ .help(format!("Force {CRATE_NAME} to overwrite the output BAM file if \
261
+ it already exists."))
262
.action(ArgAction::SetTrue)
263
)
264
0 commit comments