aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-04-26 08:45:44 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-04-26 08:45:44 +0200
commit05273daf6ff570e5e4936028ef501c59be745311 (patch)
tree606b712779247ea91027f3057b77bd6baa7d96bc /include
parent5f94346f7387cb5e33cf202dd3306f062bb22052 (diff)
downloadbusybox-05273daf6ff570e5e4936028ef501c59be745311.tar.gz
grep: makw -w support unconditional
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r--include/usage.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/usage.h b/include/usage.h
index 4568fac9f..38594811e 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1531,8 +1531,7 @@
"\n -H HOST Log HOST into the utmp file as the hostname" \
#define grep_trivial_usage \
- "[-HhnlLoqvsri" \
- IF_DESKTOP("w") \
+ "[-HhnlLoqvsriw" \
"F" \
IF_FEATURE_GREP_EGREP_ALIAS("E") \
IF_EXTRA_COMPAT("z") \
@@ -1554,9 +1553,7 @@
"\n -s Suppress open and read errors" \
"\n -r Recurse" \
"\n -i Ignore case" \
- IF_DESKTOP( \
"\n -w Match whole words only" \
- ) \
"\n -F PATTERN is a literal (not regexp)" \
IF_FEATURE_GREP_EGREP_ALIAS( \
"\n -E PATTERN is an extended regexp" \