diff options
Diffstat (limited to 'coreutils/wc.c')
-rw-r--r-- | coreutils/wc.c | 2 |
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 @@ | |||
33 | * for which 'wc -c' should output '0'. | 33 | * for which 'wc -c' should output '0'. |
34 | */ | 34 | */ |
35 | //config:config WC | 35 | //config:config WC |
36 | //config: bool "wc (4.5 kb)" | 36 | //config: bool "wc (4.7 kb)" |
37 | //config: default y | 37 | //config: default y |
38 | //config: help | 38 | //config: help |
39 | //config: wc is used to print the number of bytes, words, and lines, | 39 | //config: wc is used to print the number of bytes, words, and lines, |