=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/nice/nice.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- src/usr.bin/nice/nice.c 2003/06/10 22:20:49 1.9 +++ src/usr.bin/nice/nice.c 2009/06/17 09:51:51 1.10 @@ -1,4 +1,4 @@ -/* $OpenBSD: nice.c,v 1.9 2003/06/10 22:20:49 deraadt Exp $ */ +/* $OpenBSD: nice.c,v 1.10 2009/06/17 09:51:51 sobrado Exp $ */ /* $NetBSD: nice.c,v 1.9 1995/08/31 23:30:58 jtc Exp $ */ /* @@ -40,7 +40,7 @@ #if 0 static char sccsid[] = "@(#)nice.c 5.4 (Berkeley) 6/1/90"; #endif -static char rcsid[] = "$OpenBSD: nice.c,v 1.9 2003/06/10 22:20:49 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: nice.c,v 1.10 2009/06/17 09:51:51 sobrado Exp $"; #endif /* not lint */ #include @@ -108,7 +108,7 @@ usage(void) { extern char *__progname; - fprintf(stderr, "usage: %s [ -n increment ] utility [ argument ...]\n", + fprintf(stderr, "usage: %s [-n increment] utility [argument ...]\n", __progname); exit(1); }