aboutsummaryrefslogtreecommitdiff
path: root/coreutils/cat.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/cat.c')
-rw-r--r--coreutils/cat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/cat.c b/coreutils/cat.c
index dbb6246ba..ab682588f 100644
--- a/coreutils/cat.c
+++ b/coreutils/cat.c
@@ -17,7 +17,7 @@
//config:config CAT
//config: bool "cat"
-//config: default n
+//config: default y
//config: help
//config: cat is used to concatenate files and print them to the standard
//config: output. Enable this option if you wish to enable the 'cat' utility.