Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Terts Diepraam <[email protected]>
  • Loading branch information
sylvestre and tertsdiepraam authored Apr 12, 2023
1 parent caa2e67 commit e5a51e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uu/du/src/du.rs
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ pub fn uu_app() -> Command {
Arg::new(options::DEREFERENCE_ARGS)
.short('D')
.long(options::DEREFERENCE_ARGS)
.help("dereference only symlinks that are listed on the command line")
.help("dereference only symlinks that are listed on the command line")
.action(ArgAction::SetTrue)
)
// .arg(
Expand Down

0 comments on commit e5a51e1

Please sign in to comment.