aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-09-29 21:04:12 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-09-29 21:04:12 +0000
commit1b35b0f2714fa94733d9f37a9c5cc92538a160f6 (patch)
tree7585fdac678edd30f1b46a0cb999619cb0b981cf /include/usage.h
parent200f671eb6eb843111f1b3cf08b85c108b05128a (diff)
downloadbusybox-w32-1b35b0f2714fa94733d9f37a9c5cc92538a160f6.tar.gz
busybox-w32-1b35b0f2714fa94733d9f37a9c5cc92538a160f6.tar.bz2
busybox-w32-1b35b0f2714fa94733d9f37a9c5cc92538a160f6.zip
grep: add help text; fix style
git-svn-id: svn://busybox.net/trunk/busybox@16262 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r--include/usage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index bb814f1f8..543befca3 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -927,7 +927,7 @@ USE_FEATURE_DATE_ISOFMT( \
927 "\t-H login_host\tLog login_host into the utmp file as the hostname" 927 "\t-H login_host\tLog login_host into the utmp file as the hostname"
928 928
929#define grep_trivial_usage \ 929#define grep_trivial_usage \
930 "[-ihHnqvs" \ 930 "[-ihHnqvso" \
931 USE_FEATURE_GREP_EGREP_ALIAS("E") \ 931 USE_FEATURE_GREP_EGREP_ALIAS("E") \
932 USE_FEATURE_GREP_CONTEXT("ABC") \ 932 USE_FEATURE_GREP_CONTEXT("ABC") \
933 "] PATTERN [FILEs...]" 933 "] PATTERN [FILEs...]"
@@ -945,6 +945,7 @@ USE_FEATURE_DATE_ISOFMT( \
945 "\t-s\tsuppress file open/read error messages\n" \ 945 "\t-s\tsuppress file open/read error messages\n" \
946 "\t-c\tonly print count of matching lines\n" \ 946 "\t-c\tonly print count of matching lines\n" \
947 "\t-f\tread PATTERN from file\n" \ 947 "\t-f\tread PATTERN from file\n" \
948 "\t-o\tshow only the part of a line that matches PATTERN\n" \
948 "\t-e\tPATTERN is a regular expression\n" \ 949 "\t-e\tPATTERN is a regular expression\n" \
949 "\t-F\tPATTERN is a set of newline-separated strings" \ 950 "\t-F\tPATTERN is a set of newline-separated strings" \
950 USE_FEATURE_GREP_EGREP_ALIAS("\n\t-E\tPATTERN is an extended regular expression") \ 951 USE_FEATURE_GREP_EGREP_ALIAS("\n\t-E\tPATTERN is an extended regular expression") \