aboutsummaryrefslogtreecommitdiff
path: root/coreutils/wc.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/wc.c')
-rw-r--r--coreutils/wc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/coreutils/wc.c b/coreutils/wc.c
index 4c53049b0..c74b7a65f 100644
--- a/coreutils/wc.c
+++ b/coreutils/wc.c
@@ -33,18 +33,18 @@
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" 36//config: bool "wc (4.4 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,
40//config: in specified files. 40//config: in specified files.
41//config: 41//config:
42//config:config FEATURE_WC_LARGE 42//config:config FEATURE_WC_LARGE
43//config: bool "Support very large counts" 43//config: bool "Support very large counts"
44//config: default y 44//config: default y
45//config: depends on WC 45//config: depends on WC
46//config: help 46//config: help
47//config: Use "unsigned long long" for counter variables. 47//config: Use "unsigned long long" for counter variables.
48 48
49//applet:IF_WC(APPLET(wc, BB_DIR_USR_BIN, BB_SUID_DROP)) 49//applet:IF_WC(APPLET(wc, BB_DIR_USR_BIN, BB_SUID_DROP))
50 50