diff options
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" \ |