Skip to content

Commit bae838e

Browse files
committed
Docs
1 parent c624901 commit bae838e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,8 @@ fn define_cli() -> ArgMatches {
257257
.arg(
258258
Arg::new("force_overwrite")
259259
.long("force_overwrite")
260-
.help(format!("Force {CRATE_NAME} to overwrite the output BAM file."))
260+
.help(format!("Force {CRATE_NAME} to overwrite the output BAM file if \
261+
it already exists."))
261262
.action(ArgAction::SetTrue)
262263
)
263264
)

0 commit comments

Comments
 (0)