aboutsummaryrefslogtreecommitdiff
path: root/findutils/grep.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-21 09:50:55 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-21 09:50:55 +0200
commit72089cf6b4a77214ec4fd21d5ee5bf56958781cb (patch)
treea5cd9d8f47e909834d3dbc44f895556e68bcf18f /findutils/grep.c
parent75d151e31d135ebab083307ded4e9b98970baa75 (diff)
downloadbusybox-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.gz
config: deindent all help texts
Those two spaces after tab have no effect, and always a nuisance when editing. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'findutils/grep.c')
-rw-r--r--findutils/grep.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/findutils/grep.c b/findutils/grep.c
index cbbad731c..568ab12c2 100644
--- a/findutils/grep.c
+++ b/findutils/grep.c
@@ -22,28 +22,28 @@
//config: bool "grep (8.5 kb)"
//config: default y
//config: help
-//config: grep is used to search files for a specified pattern.
+//config: grep is used to search files for a specified pattern.
//config:
//config:config EGREP
//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)"
//config: default y
//config: depends on GREP || EGREP || FGREP
//config: help
-//config: Print the specified number of leading (-B) and/or trailing (-A)
-//config: context surrounding our matching lines.
-//config: Print the specified number of context lines (-C).
+//config: Print the specified number of leading (-B) and/or trailing (-A)
+//config: context surrounding our matching lines.
+//config: Print the specified number of context lines (-C).
//applet:IF_GREP(APPLET(grep, BB_DIR_BIN, BB_SUID_DROP))
// APPLET_ODDNAME:name main location suid_type help