aboutsummaryrefslogtreecommitdiff
path: root/findutils/grep.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-20 23:28:00 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-20 23:28:00 +0200
commit75d151e31d135ebab083307ded4e9b98970baa75 (patch)
tree2af1b57b1060f0384f6e2761a88e9c099aa5cfa0 /findutils/grep.c
parentad37abf4231275d0991d42f9003666f1efd4114b (diff)
downloadbusybox-w32-75d151e31d135ebab083307ded4e9b98970baa75.tar.gz
busybox-w32-75d151e31d135ebab083307ded4e9b98970baa75.tar.bz2
busybox-w32-75d151e31d135ebab083307ded4e9b98970baa75.zip
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/grep.c')
-rw-r--r--findutils/grep.c4
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 @@
28//config: bool "egrep (7.6 kb)" 28//config: bool "egrep (7.6 kb)"
29//config: default y 29//config: default y
30//config: help 30//config: help
31//config: Alias to "grep -E" 31//config: Alias to "grep -E".
32//config: 32//config:
33//config:config FGREP 33//config:config FGREP
34//config: bool "fgrep (7.6 kb)" 34//config: bool "fgrep (7.6 kb)"
35//config: default y 35//config: default y
36//config: help 36//config: help
37//config: Alias to "grep -F" 37//config: Alias to "grep -F".
38//config: 38//config:
39//config:config FEATURE_GREP_CONTEXT 39//config:config FEATURE_GREP_CONTEXT
40//config: bool "Enable before and after context flags (-A, -B and -C)" 40//config: bool "Enable before and after context flags (-A, -B and -C)"