plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 2305af1c11b3cbf2f184cb45d8875676b584b33b
parent 29cfa3856775fb8ac5a0d0f3871852d83dfc4af6
Author: rsc <devnull@localhost>
Date:   Thu,  3 May 2007 22:27:52 +0000

no need to be so forward about it

Diffstat:
Msrc/cmd/grep/main.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/grep/main.c b/src/cmd/grep/main.c @@ -1,7 +1,7 @@ #define EXTERN #include "grep.h" -char *validflags = "bchiLlnsqv"; +char *validflags = "bchiLlnsv"; void usage(void) {