=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/split/split.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- src/usr.bin/split/split.c 2005/09/07 12:45:59 1.10 +++ src/usr.bin/split/split.c 2006/08/09 12:04:21 1.11 @@ -1,4 +1,4 @@ -/* $OpenBSD: split.c,v 1.10 2005/09/07 12:45:59 jmc Exp $ */ +/* $OpenBSD: split.c,v 1.11 2006/08/09 12:04:21 jmc Exp $ */ /* $NetBSD: split.c,v 1.5 1995/08/31 22:22:05 jtc Exp $ */ /* @@ -40,7 +40,7 @@ #if 0 static char sccsid[] = "@(#)split.c 8.3 (Berkeley) 4/25/94"; #else -static char rcsid[] = "$OpenBSD: split.c,v 1.10 2005/09/07 12:45:59 jmc Exp $"; +static char rcsid[] = "$OpenBSD: split.c,v 1.11 2006/08/09 12:04:21 jmc Exp $"; #endif #endif /* not lint */ @@ -311,7 +311,7 @@ extern char *__progname; (void)fprintf(stderr, -"usage: %s [-b byte_count[k|m]] [-l line_count] [-p pattern] [file [name]]\n", +"usage: %s [-b byte_count[k|m] | -l line_count | -p pattern] [file [name]]\n", __progname); exit(EX_USAGE); }