aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r--coreutils/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index 818854cb1..96f4d7a6e 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -25,6 +25,12 @@ config CONFIG_CAT
25 help 25 help
26 cat is used to concatenate files and print them to the standard 26 cat is used to concatenate files and print them to the standard
27 output. Enable this option if you wish to enable the 'cat' utility. 27 output. Enable this option if you wish to enable the 'cat' utility.
28config CONFIG_CATV
29 bool "catv"
30 default n
31 help
32 Display nonprinting characters as escape sequences (like some
33 implementations' cat -v option).
28 34
29config CONFIG_FEATURE_CAT_ESCAPE 35config CONFIG_FEATURE_CAT_ESCAPE
30 bool "support -vetET" 36 bool "support -vetET"