From e5a51e15a1801cd3039de3f590d06d7018e7d090 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 12 Apr 2023 13:01:23 +0200 Subject: [PATCH] fix typo Co-authored-by: Terts Diepraam --- src/uu/du/src/du.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/du/src/du.rs b/src/uu/du/src/du.rs index 84189cc078b..74d86219b30 100644 --- a/src/uu/du/src/du.rs +++ b/src/uu/du/src/du.rs @@ -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(