-/* $OpenBSD: grep.c,v 1.66 2022/06/26 10:57:36 op Exp $ */
+/* $OpenBSD: grep.c,v 1.67 2022/06/26 18:48:10 op Exp $ */
/*-
* Copyright (c) 1999 James Howard and Dag-Erling Coïdan Smørgrav
#endif
" [-e pattern]\n"
"\t[-f file] [-m num] [--binary-files=value] [--context[=num]]\n"
- "\t[--label=name] [--line-buffered] [pattern] [file ...]\n",
+ "\t[--label=name] [--line-buffered] [--null] [pattern]"
+ " [file ...]\n",
__progname);
exit(2);
}