PERFORCE change 141290 for review

Gabor Kovesdan gabor at FreeBSD.org
Wed May 7 16:32:04 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=141290

Change 141290 by gabor at gabor_server on 2008/05/07 16:31:57

	- Add -null to usage(), ehich I forgot

Affected files ...

.. //depot/projects/soc2008/gabor_textproc/grep/grep.c#5 edit

Differences ...

==== //depot/projects/soc2008/gabor_textproc/grep/grep.c#5 (text+ko) ====

@@ -119,7 +119,7 @@
 	fprintf(stderr,
 	    "usage: %s [-abcEFGHhIiLlnoPqRSsUVvwxZ] [-A num] [-B num] [-C[num]]\n"
 	    "\t[-e pattern] [-f file] [--binary-files=value] [--context[=num]]\n"
-	    "\t[--line-buffered] [pattern] [file ...]\n", __progname);
+	    "\t[--line-buffered] [--null] [pattern] [file ...]\n", __progname);
 	exit(2);
 }
 


More information about the p4-projects mailing list