Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/wc.c')
-rw-r--r--coreutils/wc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/wc.c b/coreutils/wc.c
index d5238d3fc..de75aba72 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.5 kb)"
+//config: bool "wc (4.7 kb)"
//config: default y
//config: help
//config: wc is used to print the number of bytes, words, and lines,