PERFORCE change 141304 for review

Gabor Kovesdan gabor at FreeBSD.org
Wed May 7 21:38:36 UTC 2008


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

Change 141304 by gabor at gabor_server on 2008/05/07 21:38:11

	- Sync usage() with todays changes

Affected files ...

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

Differences ...

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

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


More information about the p4-projects mailing list