From 669d45de0f43861c3e690c82f0e6abd9174e2388 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?= Date: Sun, 29 Aug 2021 21:05:53 +0100 Subject: [PATCH] doc: indicate the default algorithm in the sum(1) man page * 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 018623d478..c66147edc3 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.47.2