aboutsummaryrefslogtreecommitdiff
path: root/coreutils/cat.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/cat.c')
-rw-r--r--coreutils/cat.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/coreutils/cat.c b/coreutils/cat.c
index 41bef8f1d..390254512 100644
--- a/coreutils/cat.c
+++ b/coreutils/cat.c
@@ -10,22 +10,22 @@
10//config: bool "cat (5.6 kb)" 10//config: bool "cat (5.6 kb)"
11//config: default y 11//config: default y
12//config: help 12//config: help
13//config: cat is used to concatenate files and print them to the standard 13//config: cat is used to concatenate files and print them to the standard
14//config: output. Enable this option if you wish to enable the 'cat' utility. 14//config: output. Enable this option if you wish to enable the 'cat' utility.
15//config: 15//config:
16//config:config FEATURE_CATN 16//config:config FEATURE_CATN
17//config: bool "Enable -n and -b options" 17//config: bool "Enable -n and -b options"
18//config: default y 18//config: default y
19//config: depends on CAT 19//config: depends on CAT
20//config: help 20//config: help
21//config: -n numbers all output lines while -b numbers nonempty output lines. 21//config: -n numbers all output lines while -b numbers nonempty output lines.
22//config: 22//config:
23//config:config FEATURE_CATV 23//config:config FEATURE_CATV
24//config: bool "cat -v[etA]" 24//config: bool "cat -v[etA]"
25//config: default y 25//config: default y
26//config: depends on CAT 26//config: depends on CAT
27//config: help 27//config: help
28//config: Display nonprinting characters as escape sequences 28//config: Display nonprinting characters as escape sequences
29 29
30//applet:IF_CAT(APPLET(cat, BB_DIR_BIN, BB_SUID_DROP)) 30//applet:IF_CAT(APPLET(cat, BB_DIR_BIN, BB_SUID_DROP))
31 31