diff options
Diffstat (limited to 'usage.h')
-rw-r--r-- | usage.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -344,6 +344,9 @@ | |||
344 | "\t-v\tselect non-matching lines\n" \ | 344 | "\t-v\tselect non-matching lines\n" \ |
345 | "\t-s\tsuppress file open/read error messages" | 345 | "\t-s\tsuppress file open/read error messages" |
346 | 346 | ||
347 | #define egrep_trivial_usage grep_trivial_usage | ||
348 | #define egrep_full_usage grep_full_usage | ||
349 | |||
347 | #define gunzip_trivial_usage \ | 350 | #define gunzip_trivial_usage \ |
348 | "[OPTION]... FILE" | 351 | "[OPTION]... FILE" |
349 | #define gunzip_full_usage \ | 352 | #define gunzip_full_usage \ |