Skip to content

Commit

Permalink
Update src/uu/hashsum/src/hashsum.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Sylvestre Ledru <sledru@mozilla.com>
  • Loading branch information
pothos and sylvestre authored Apr 4, 2022
1 parent 46b6fd5 commit 5240351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uu/hashsum/src/hashsum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ pub fn uu_app_common<'a>() -> Command<'a> {
.arg(
Arg::new("no-names")
.long("no-names")
.help("Omits filenames in the output"),
.help("Omits filenames in the output (option not present in GNU/Coreutils)"),
)
.arg(
Arg::new("text")
Expand Down

0 comments on commit 5240351

Please sign in to comment.