diff options
author | Mark Whitley <markw@lineo.com> | 2001-03-14 17:45:45 +0000 |
---|---|---|
committer | Mark Whitley <markw@lineo.com> | 2001-03-14 17:45:45 +0000 |
commit | 40e5e7c7eaab7c0806acf6cc8a51c8b15c7e0b1b (patch) | |
tree | d843aa04ede661255b69f62e6a5a775a4b2cea2f /applets | |
parent | 20f61d35de081067ce2e31c58c80cd30070ee876 (diff) |
Applied patch from Christophe Boyanique to add an egrep alias for grep.
Diffstat (limited to 'applets')
-rw-r--r-- | applets/usage.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/usage.h b/applets/usage.h index f316018c8..b60f1f911 100644 --- a/applets/usage.h +++ b/applets/usage.h @@ -344,6 +344,9 @@ "\t-v\tselect non-matching lines\n" \ "\t-s\tsuppress file open/read error messages" +#define egrep_trivial_usage grep_trivial_usage +#define egrep_full_usage grep_full_usage + #define gunzip_trivial_usage \ "[OPTION]... FILE" #define gunzip_full_usage \ |