diff options
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index baac799db..be5e9527b 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -541,8 +541,15 @@ config SPLIT | |||
541 | default n | 541 | default n |
542 | help | 542 | help |
543 | split a file into pieces. | 543 | split a file into pieces. |
544 | 544 | ||
545 | http://www.opengroup.org/onlinepubs/007904975/utilities/split.html | 545 | config FEATURE_SPLIT_FANCY |
546 | bool "fancy extensions" | ||
547 | default n | ||
548 | depends on SPLIT | ||
549 | help | ||
550 | Add support for features not required by SUSv3. | ||
551 | Supports additional suffixes 'b' for 512 bytes, | ||
552 | 'g' for 1GiB for the -b option. | ||
546 | 553 | ||
547 | config STAT | 554 | config STAT |
548 | bool "stat" | 555 | bool "stat" |