summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-22 23:12:39 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-22 23:12:39 +0000
commit3849dd0b73e19ba0100eeffd15d4d711086d394e (patch)
treec7928c6710e54a432ec6d81c8cf4288517377445
parentcd868791fc4f0fab3800574e549eff4a83102ff7 (diff)
fix usage
-rw-r--r--usr.bin/grep/grep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/grep/grep.c b/usr.bin/grep/grep.c
index 83a71cdeecb..66b3791c0fc 100644
--- a/usr.bin/grep/grep.c
+++ b/usr.bin/grep/grep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: grep.c,v 1.6 2003/06/22 22:38:50 deraadt Exp $ */
+/* $OpenBSD: grep.c,v 1.7 2003/06/22 23:12:38 deraadt Exp $ */
/*-
* Copyright (c) 1999 James Howard and Dag-Erling Coïdan Smørgrav
@@ -97,7 +97,7 @@ usage(void)
#else
"usage: %s [-[AB] num] [-CEFGHLPRSVZabchilnoqsvwx]"
#endif
- " [-e patttern] [-f file]\n", progname);
+ " [-e pattern] [-f file] [file ...]\n", progname);
exit(2);
}