diff options
-rw-r--r-- | coreutils/Config.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index db4fe39ff..54bdc6868 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -400,22 +400,6 @@ config CONFIG_SORT | |||
400 | help | 400 | help |
401 | sort is used to sort lines of text in specified files. | 401 | sort is used to sort lines of text in specified files. |
402 | 402 | ||
403 | config CONFIG_FEATURE_SORT_REVERSE | ||
404 | bool " Enable reverse sort" | ||
405 | default y | ||
406 | depends on CONFIG_SORT | ||
407 | help | ||
408 | Enable the `-r' option that allows sort to sort lines of | ||
409 | text in reverse. | ||
410 | |||
411 | config CONFIG_FEATURE_SORT_UNIQUE | ||
412 | bool " Enable unique sort" | ||
413 | default y | ||
414 | depends on CONFIG_SORT | ||
415 | help | ||
416 | Enable the `-u' option that allows sort to only sort lines | ||
417 | that are uniq. | ||
418 | |||
419 | config CONFIG_STTY | 403 | config CONFIG_STTY |
420 | bool "stty" | 404 | bool "stty" |
421 | default n | 405 | default n |