diff options
Diffstat (limited to 'coreutils/cat.c')
-rw-r--r-- | coreutils/cat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/cat.c b/coreutils/cat.c index dbb6246..ab68258 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. |