mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
Remove config options for sort -u and sort -r, they are always enabled
This commit is contained in:
parent
40c9489d33
commit
9716575f1a
@ -400,22 +400,6 @@ config CONFIG_SORT
|
|||||||
help
|
help
|
||||||
sort is used to sort lines of text in specified files.
|
sort is used to sort lines of text in specified files.
|
||||||
|
|
||||||
config CONFIG_FEATURE_SORT_REVERSE
|
|
||||||
bool " Enable reverse sort"
|
|
||||||
default y
|
|
||||||
depends on CONFIG_SORT
|
|
||||||
help
|
|
||||||
Enable the `-r' option that allows sort to sort lines of
|
|
||||||
text in reverse.
|
|
||||||
|
|
||||||
config CONFIG_FEATURE_SORT_UNIQUE
|
|
||||||
bool " Enable unique sort"
|
|
||||||
default y
|
|
||||||
depends on CONFIG_SORT
|
|
||||||
help
|
|
||||||
Enable the `-u' option that allows sort to only sort lines
|
|
||||||
that are uniq.
|
|
||||||
|
|
||||||
config CONFIG_STTY
|
config CONFIG_STTY
|
||||||
bool "stty"
|
bool "stty"
|
||||||
default n
|
default n
|
||||||
|
Loading…
Reference in New Issue
Block a user