From 2f59bf39e2ea6fb4c3ed3e74ea113a521e1a3558 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 7 Apr 2017 20:45:08 +0200 Subject: shred: new applet function old new delta shred_main - 361 +361 packed_usage 31427 31467 +40 applet_names 2578 2584 +6 applet_main 1492 1496 +4 run_applet_and_exit 679 682 +3 ------------------------------------------------------------------------------ (add/remove: 2/0 grow/shrink: 4/0 up/down: 414/0) Total: 414 bytes Signed-off-by: Denys Vlasenko --- coreutils/cksum.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coreutils/cksum.c') diff --git a/coreutils/cksum.c b/coreutils/cksum.c index aeec0188d..9034fc19a 100644 --- a/coreutils/cksum.c +++ b/coreutils/cksum.c @@ -17,9 +17,9 @@ //kbuild:lib-$(CONFIG_CKSUM) += cksum.o //usage:#define cksum_trivial_usage -//usage: "FILES..." +//usage: "FILE..." //usage:#define cksum_full_usage "\n\n" -//usage: "Calculate the CRC32 checksums of FILES" +//usage: "Calculate the CRC32 checksums of FILEs" #include "libbb.h" #include "common_bufsiz.h" -- cgit v1.2.3