aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-10-14 14:24:30 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-10-14 14:24:30 +0000
commit3a6755f56f811f246934f02182531fb1e8ccc72d (patch)
tree3bcbe0186fd69f665ed3634dc2f990f994ec399f /include/usage.h
parentc345d8e94589e3c74a9fac40f440affbc359c8d1 (diff)
downloadbusybox-w32-3a6755f56f811f246934f02182531fb1e8ccc72d.tar.gz
busybox-w32-3a6755f56f811f246934f02182531fb1e8ccc72d.tar.bz2
busybox-w32-3a6755f56f811f246934f02182531fb1e8ccc72d.zip
grep: add support for -r
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index b119c55c1..320294c8a 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -992,7 +992,7 @@ USE_FEATURE_DATE_ISOFMT( \
992 "\t-H login_host\tLog login_host into the utmp file as the hostname" 992 "\t-H login_host\tLog login_host into the utmp file as the hostname"
993 993
994#define grep_trivial_usage \ 994#define grep_trivial_usage \
995 "[-ihHnqvso" \ 995 "[-rihHnqvso" \
996 USE_FEATURE_GREP_EGREP_ALIAS("E") \ 996 USE_FEATURE_GREP_EGREP_ALIAS("E") \
997 USE_FEATURE_GREP_CONTEXT("ABC") \ 997 USE_FEATURE_GREP_CONTEXT("ABC") \
998 "] PATTERN [FILEs...]" 998 "] PATTERN [FILEs...]"
@@ -1001,6 +1001,7 @@ USE_FEATURE_DATE_ISOFMT( \
1001 "Options:\n" \ 1001 "Options:\n" \
1002 "\t-H\tprefix output lines with filename where match was found\n" \ 1002 "\t-H\tprefix output lines with filename where match was found\n" \
1003 "\t-h\tsuppress the prefixing filename on output\n" \ 1003 "\t-h\tsuppress the prefixing filename on output\n" \
1004 "\t-r\trecurse subdirectories\n" \
1004 "\t-i\tignore case distinctions\n" \ 1005 "\t-i\tignore case distinctions\n" \
1005 "\t-l\tlist names of files that match\n" \ 1006 "\t-l\tlist names of files that match\n" \
1006 "\t-L\tlist names of files that do not match\n" \ 1007 "\t-L\tlist names of files that do not match\n" \