diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-20 23:28:00 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-20 23:28:00 +0200 |
commit | 75d151e31d135ebab083307ded4e9b98970baa75 (patch) | |
tree | 2af1b57b1060f0384f6e2761a88e9c099aa5cfa0 /findutils | |
parent | ad37abf4231275d0991d42f9003666f1efd4114b (diff) | |
download | busybox-75d151e31d135ebab083307ded4e9b98970baa75.tar.gz |
libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMA
While at it, tweak some config help texts.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'findutils')
-rw-r--r-- | findutils/grep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/findutils/grep.c b/findutils/grep.c index bd6a04a7a..cbbad731c 100644 --- a/findutils/grep.c +++ b/findutils/grep.c @@ -28,13 +28,13 @@ //config: bool "egrep (7.6 kb)" //config: default y //config: help -//config: Alias to "grep -E" +//config: Alias to "grep -E". //config: //config:config FGREP //config: bool "fgrep (7.6 kb)" //config: default y //config: help -//config: Alias to "grep -F" +//config: Alias to "grep -F". //config: //config:config FEATURE_GREP_CONTEXT //config: bool "Enable before and after context flags (-A, -B and -C)" |