diff options
Diffstat (limited to 'bin/ls/util.c')
-rw-r--r-- | bin/ls/util.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ls/util.c b/bin/ls/util.c index 0914d2f8df0..e42c54790dc 100644 --- a/bin/ls/util.c +++ b/bin/ls/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.2 1996/06/23 14:20:22 deraadt Exp $ */ +/* $OpenBSD: util.c,v 1.3 1997/09/01 18:29:37 deraadt Exp $ */ /* $NetBSD: util.c,v 1.12 1995/09/07 06:43:02 jtc Exp $ */ /* @@ -41,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)util.c 8.5 (Berkeley) 4/28/95"; #else -static char rcsid[] = "$OpenBSD: util.c,v 1.2 1996/06/23 14:20:22 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: util.c,v 1.3 1997/09/01 18:29:37 deraadt Exp $"; #endif #endif /* not lint */ @@ -73,7 +73,7 @@ prcopy(src, dest, len) void usage() { - (void)fprintf(stderr, + (void)fprintf(stderr, "usage: ls [-1ACFLRSTWacdfikloqrstu] [file ...]\n"); exit(1); } |