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 4568fac..3859481 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" \ |