=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/unexpand/unexpand.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/unexpand/unexpand.c 1996/06/26 05:42:08 1.2 +++ src/usr.bin/unexpand/unexpand.c 1999/02/11 23:08:25 1.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: unexpand.c,v 1.2 1996/06/26 05:42:08 deraadt Exp $ */ +/* $OpenBSD: unexpand.c,v 1.3 1999/02/11 23:08:25 deraadt Exp $ */ /* $NetBSD: unexpand.c,v 1.5 1994/12/24 17:08:05 cgd Exp $ */ /*- @@ -44,7 +44,7 @@ #if 0 static char sccsid[] = "@(#)unexpand.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$OpenBSD: unexpand.c,v 1.2 1996/06/26 05:42:08 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: unexpand.c,v 1.3 1999/02/11 23:08:25 deraadt Exp $"; #endif /* not lint */ /* @@ -69,7 +69,7 @@ argc--, argv++; if (argc > 0 && argv[0][0] == '-') { if (strcmp(argv[0], "-a") != 0) { - fprintf(stderr, "usage: unexpand [ -a ] file ...\n"); + fprintf(stderr, "usage: unexpand [-a] [file ...]\n"); exit(1); } all++;