=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/chpass/chpass.c,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- src/usr.bin/chpass/chpass.c 2008/06/19 19:16:04 1.35 +++ src/usr.bin/chpass/chpass.c 2008/07/08 21:30:15 1.36 @@ -1,4 +1,4 @@ -/* $OpenBSD: chpass.c,v 1.35 2008/06/19 19:16:04 tobias Exp $ */ +/* $OpenBSD: chpass.c,v 1.36 2008/07/08 21:30:15 sobrado Exp $ */ /* $NetBSD: chpass.c,v 1.8 1996/05/15 21:50:43 jtc Exp $ */ /*- @@ -40,7 +40,7 @@ #if 0 static char sccsid[] = "@(#)chpass.c 8.4 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$OpenBSD: chpass.c,v 1.35 2008/06/19 19:16:04 tobias Exp $"; +static char rcsid[] = "$OpenBSD: chpass.c,v 1.36 2008/07/08 21:30:15 sobrado Exp $"; #endif #endif /* not lint */ @@ -296,10 +296,10 @@ "usage: %s [-l%s] [-s newshell] [user]\n", __progname, use_yp ? "y" : ""); (void)fprintf(stderr, - "usage: %s [-l] -a list\n", __progname); + " %s [-l] -a list\n", __progname); #else (void)fprintf(stderr, "usage: %s [-s newshell] [user]\n", __progname); - (void)fprintf(stderr, "usage: %s -a list\n", __progname); + (void)fprintf(stderr, " %s -a list\n", __progname); #endif exit(1); }