diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-04-26 08:45:44 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-04-26 08:45:44 +0200 |
commit | 05273daf6ff570e5e4936028ef501c59be745311 (patch) | |
tree | 606b712779247ea91027f3057b77bd6baa7d96bc /include | |
parent | 5f94346f7387cb5e33cf202dd3306f062bb22052 (diff) | |
download | busybox-w32-05273daf6ff570e5e4936028ef501c59be745311.tar.gz busybox-w32-05273daf6ff570e5e4936028ef501c59be745311.tar.bz2 busybox-w32-05273daf6ff570e5e4936028ef501c59be745311.zip |
grep: makw -w support unconditional
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 5 |
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 @@ | |||
1531 | "\n -H HOST Log HOST into the utmp file as the hostname" \ | 1531 | "\n -H HOST Log HOST into the utmp file as the hostname" \ |
1532 | 1532 | ||
1533 | #define grep_trivial_usage \ | 1533 | #define grep_trivial_usage \ |
1534 | "[-HhnlLoqvsri" \ | 1534 | "[-HhnlLoqvsriw" \ |
1535 | IF_DESKTOP("w") \ | ||
1536 | "F" \ | 1535 | "F" \ |
1537 | IF_FEATURE_GREP_EGREP_ALIAS("E") \ | 1536 | IF_FEATURE_GREP_EGREP_ALIAS("E") \ |
1538 | IF_EXTRA_COMPAT("z") \ | 1537 | IF_EXTRA_COMPAT("z") \ |
@@ -1554,9 +1553,7 @@ | |||
1554 | "\n -s Suppress open and read errors" \ | 1553 | "\n -s Suppress open and read errors" \ |
1555 | "\n -r Recurse" \ | 1554 | "\n -r Recurse" \ |
1556 | "\n -i Ignore case" \ | 1555 | "\n -i Ignore case" \ |
1557 | IF_DESKTOP( \ | ||
1558 | "\n -w Match whole words only" \ | 1556 | "\n -w Match whole words only" \ |
1559 | ) \ | ||
1560 | "\n -F PATTERN is a literal (not regexp)" \ | 1557 | "\n -F PATTERN is a literal (not regexp)" \ |
1561 | IF_FEATURE_GREP_EGREP_ALIAS( \ | 1558 | IF_FEATURE_GREP_EGREP_ALIAS( \ |
1562 | "\n -E PATTERN is an extended regexp" \ | 1559 | "\n -E PATTERN is an extended regexp" \ |