diff options
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index 000f3a8af..baac799db 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -536,6 +536,14 @@ config FEATURE_SORT_BIG | |||
536 | The SuSv3 sort standard is available at: | 536 | The SuSv3 sort standard is available at: |
537 | http://www.opengroup.org/onlinepubs/007904975/utilities/sort.html | 537 | http://www.opengroup.org/onlinepubs/007904975/utilities/sort.html |
538 | 538 | ||
539 | config SPLIT | ||
540 | bool "split" | ||
541 | default n | ||
542 | help | ||
543 | split a file into pieces. | ||
544 | |||
545 | http://www.opengroup.org/onlinepubs/007904975/utilities/split.html | ||
546 | |||
539 | config STAT | 547 | config STAT |
540 | bool "stat" | 548 | bool "stat" |
541 | default n | 549 | default n |