aboutsummaryrefslogtreecommitdiff
path: root/applets
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 /applets
parent20f61d35de081067ce2e31c58c80cd30070ee876 (diff)
downloadbusybox-w32-40e5e7c7eaab7c0806acf6cc8a51c8b15c7e0b1b.tar.gz
busybox-w32-40e5e7c7eaab7c0806acf6cc8a51c8b15c7e0b1b.tar.bz2
busybox-w32-40e5e7c7eaab7c0806acf6cc8a51c8b15c7e0b1b.zip
Applied patch from Christophe Boyanique to add an egrep alias for grep.
Diffstat (limited to 'applets')
-rw-r--r--applets/usage.h3
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 @@
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 \