Skip to content

Commit

Permalink
remove an extra space in some help text
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 committed May 23, 2020
1 parent 48512ec commit cd09379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion b3sum/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ impl Args {
let inner = App::new("b3sum")
.version(env!("CARGO_PKG_VERSION"))
.arg(Arg::with_name(FILE_ARG).multiple(true).help(
"Files to hash, or checkfiles to check. When no file is given, \n\
"Files to hash, or checkfiles to check. When no file is given,\n\
or when - is given, read standard input.",
))
.arg(
Expand Down

0 comments on commit cd09379

Please sign in to comment.