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 dbb6246ba..ab682588f 100644 --- a/coreutils/cat.c +++ b/coreutils/cat.c | |||
@@ -17,7 +17,7 @@ | |||
17 | 17 | ||
18 | //config:config CAT | 18 | //config:config CAT |
19 | //config: bool "cat" | 19 | //config: bool "cat" |
20 | //config: default n | 20 | //config: default y |
21 | //config: help | 21 | //config: help |
22 | //config: cat is used to concatenate files and print them to the standard | 22 | //config: cat is used to concatenate files and print them to the standard |
23 | //config: output. Enable this option if you wish to enable the 'cat' utility. | 23 | //config: output. Enable this option if you wish to enable the 'cat' utility. |