aboutsummaryrefslogtreecommitdiff
path: root/applets/usage.h
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-04-09 23:26:31 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-04-09 23:26:31 +0000
commit20dc3463e474d38fe3730d69fb9e4e681e6c11b4 (patch)
tree277feaf473a69bc582eec25e094a50fd8bf1a903 /applets/usage.h
parent8dbccce70837bd7b541957f58221ca162a44dca8 (diff)
downloadbusybox-w32-20dc3463e474d38fe3730d69fb9e4e681e6c11b4.tar.gz
busybox-w32-20dc3463e474d38fe3730d69fb9e4e681e6c11b4.tar.bz2
busybox-w32-20dc3463e474d38fe3730d69fb9e4e681e6c11b4.zip
Make 'grep -l' work
git-svn-id: svn://busybox.net/trunk/busybox@2290 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets/usage.h')
-rw-r--r--applets/usage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/applets/usage.h b/applets/usage.h
index bf2f7bd63..5712c4413 100644
--- a/applets/usage.h
+++ b/applets/usage.h
@@ -522,6 +522,7 @@
522 "\t-H\tprefix output lines with filename where match was found\n" \ 522 "\t-H\tprefix output lines with filename where match was found\n" \
523 "\t-h\tsuppress the prefixing filename on output\n" \ 523 "\t-h\tsuppress the prefixing filename on output\n" \
524 "\t-i\tignore case distinctions\n" \ 524 "\t-i\tignore case distinctions\n" \
525 "\t-l\tlist names of files that match\n" \
525 "\t-n\tprint line number with output lines\n" \ 526 "\t-n\tprint line number with output lines\n" \
526 "\t-q\tbe quiet. Returns 0 if result was found, 1 otherwise\n" \ 527 "\t-q\tbe quiet. Returns 0 if result was found, 1 otherwise\n" \
527 "\t-v\tselect non-matching lines\n" \ 528 "\t-v\tselect non-matching lines\n" \