diff options
Diffstat (limited to 'coreutils/fold.c')
-rw-r--r-- | coreutils/fold.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/fold.c b/coreutils/fold.c index 98c3b1491..2839c8c68 100644 --- a/coreutils/fold.c +++ b/coreutils/fold.c | |||
@@ -11,7 +11,7 @@ | |||
11 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 11 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
12 | */ | 12 | */ |
13 | //config:config FOLD | 13 | //config:config FOLD |
14 | //config: bool "fold (4.6 kb)" | 14 | //config: bool "fold (4.8 kb)" |
15 | //config: default y | 15 | //config: default y |
16 | //config: help | 16 | //config: help |
17 | //config: Wrap text to fit a specific width. | 17 | //config: Wrap text to fit a specific width. |