* src/sum.c (usage): Indicate that -r (BSD algorithm) is the default.
---
 src/sum.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sum.c b/src/sum.c
index 018623d47..c66147edc 100644
--- a/src/sum.c
+++ b/src/sum.c
@@ -68,7 +68,7 @@ Print checksum and block counts for each FILE.\n\
 
       fputs (_("\
 \n\
-  -r              use BSD sum algorithm, use 1K blocks\n\
+  -r              use BSD sum algorithm (the default), use 1K blocks\n\
   -s, --sysv      use System V sum algorithm, use 512 bytes blocks\n\
 "), stdout);
       fputs (HELP_OPTION_DESCRIPTION, stdout);
-- 
2.26.2


Reply via email to