diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2007-04-25 08:16:11 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2007-04-25 08:16:11 +0000 |
commit | 98f3b2fdc5192e6e6b4af41d3fb5498b66a1ba51 (patch) | |
tree | 615a9b5d37f92bcdd24900f5abf260b0a086ba0c /bin/ls | |
parent | 9707afc6c867f81d7252bc4e07fddc92e784ded4 (diff) |
the non existent -W option is removed from the usage()
ok by jmc@
Diffstat (limited to 'bin/ls')
-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 c0cb2aca82c..2fc6ee6c7ac 100644 --- a/bin/ls/util.c +++ b/bin/ls/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.12 2005/03/24 22:53:15 jmc Exp $ */ +/* $OpenBSD: util.c,v 1.13 2007/04/25 08:16:10 sobrado Exp $ */ /* $NetBSD: util.c,v 1.12 1995/09/07 06:43:02 jtc Exp $ */ /* @@ -37,7 +37,7 @@ #if 0 static char sccsid[] = "@(#)util.c 8.5 (Berkeley) 4/28/95"; #else -static char rcsid[] = "$OpenBSD: util.c,v 1.12 2005/03/24 22:53:15 jmc Exp $"; +static char rcsid[] = "$OpenBSD: util.c,v 1.13 2007/04/25 08:16:10 sobrado Exp $"; #endif #endif /* not lint */ @@ -67,7 +67,7 @@ void usage(void) { (void)fprintf(stderr, - "usage: %s [-1AaCcdFfghikLlmnopqRrSsTtuWx] [file ...]\n", + "usage: %s [-1AaCcdFfghikLlmnopqRrSsTtux] [file ...]\n", __progname); exit(1); } |