From b097a84d62dcfcf201a695b54bcfafae70cac8a6 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 28 Dec 2018 03:20:17 +0100 Subject: config: update size information Signed-off-by: Denys Vlasenko --- coreutils/wc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/wc.c') diff --git a/coreutils/wc.c b/coreutils/wc.c index c74b7a65f..99eb9dc87 100644 --- a/coreutils/wc.c +++ b/coreutils/wc.c @@ -33,7 +33,7 @@ * for which 'wc -c' should output '0'. */ //config:config WC -//config: bool "wc (4.4 kb)" +//config: bool "wc (4.5 kb)" //config: default y //config: help //config: wc is used to print the number of bytes, words, and lines, -- cgit v1.2.3