aboutsummaryrefslogtreecommitdiff
path: root/usage.h
diff options
context:
space:
mode:
authorMark Whitley <markw@lineo.com>2001-03-14 17:45:45 +0000
committerMark Whitley <markw@lineo.com>2001-03-14 17:45:45 +0000
commit40e5e7c7eaab7c0806acf6cc8a51c8b15c7e0b1b (patch)
treed843aa04ede661255b69f62e6a5a775a4b2cea2f /usage.h
parent20f61d35de081067ce2e31c58c80cd30070ee876 (diff)
downloadbusybox-40e5e7c7eaab7c0806acf6cc8a51c8b15c7e0b1b.tar.gz
Applied patch from Christophe Boyanique to add an egrep alias for grep.
Diffstat (limited to 'usage.h')
-rw-r--r--usage.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/usage.h b/usage.h
index f316018c8..b60f1f911 100644
--- a/usage.h
+++ b/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 \