* src/du.c (usage): Remove the comma to match the text in src/sort.c and
src/wc.c.
---
 src/du.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/du.c b/src/du.c
index 105acb2df..dcc7614f5 100644
--- a/src/du.c
+++ b/src/du.c
@@ -312,7 +312,7 @@ Summarize device usage of the set of FILEs, recursively for 
directories.\n\
       fputs (_("\
       --files0-from=F   summarize device usage of the\n\
                           NUL-terminated file names specified in file F;\n\
-                          if F is -, then read names from standard input\n\
+                          if F is - then read names from standard input\n\
   -H                    equivalent to --dereference-args (-D)\n\
   -h, --human-readable  print sizes in human readable format (e.g., 1K 234M 
2G)\
 \n\
-- 
2.52.0


Reply via email to