summaryrefslogtreecommitdiff
path: root/usr.bin/grep
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2019-10-07 20:04:01 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2019-10-07 20:04:01 +0000
commit83fdd02ed41ed1e476602dd8febe4d49a00b748c (patch)
tree7bd042bb8b96602d33821c863576a488d79f061c /usr.bin/grep
parentbab81ba1be04792eb783d1910a2f6d849037684c (diff)
add --label to usage. thx jmc
Diffstat (limited to 'usr.bin/grep')
-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 3b2cf80b8e7..1a5c36d79e3 100644
--- a/usr.bin/grep/grep.c
+++ b/usr.bin/grep/grep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: grep.c,v 1.61 2019/10/07 17:47:32 tedu Exp $ */
+/* $OpenBSD: grep.c,v 1.62 2019/10/07 20:04:00 tedu Exp $ */
/*-
* Copyright (c) 1999 James Howard and Dag-Erling Coïdan Smørgrav
@@ -116,7 +116,7 @@ usage(void)
#endif
" [-e pattern]\n"
"\t[-f file] [-m num] [--binary-files=value] [--context[=num]]\n"
- "\t[--line-buffered] [pattern] [file ...]\n",
+ "\t[--label=name] [--line-buffered] [pattern] [file ...]\n",
__progname);
exit(2);
}