From 303dd28bb0120c8b12c886cadb2d25d1b8fea08b Mon Sep 17 00:00:00 2001
From: Eric Andersen <andersen@codepoet.org>
Date: Mon, 9 Apr 2001 23:26:31 +0000
Subject: Make 'grep -l' work

---
 applets/usage.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'applets')

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 @@
 	"\t-H\tprefix output lines with filename where match was found\n" \
 	"\t-h\tsuppress the prefixing filename on output\n" \
 	"\t-i\tignore case distinctions\n" \
+	"\t-l\tlist names of files that match\n" \
 	"\t-n\tprint line number with output lines\n" \
 	"\t-q\tbe quiet. Returns 0 if result was found, 1 otherwise\n" \
 	"\t-v\tselect non-matching lines\n" \
-- 
cgit v1.2.3