aboutsummaryrefslogtreecommitdiff
path: root/bin/ls/util.c
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>1998-04-24 20:15:43 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>1998-04-24 20:15:43 +0000
commita2a029d24aadcfc3e933974c32e3f67c542a80fe (patch)
treef064f738ebe76a63f9fa5f77540071a994166d5b /bin/ls/util.c
parentf05ebe7324514f36cfbeca7f0a8620628893ce9b (diff)
downloadsrc-a2a029d24aadcfc3e933974c32e3f67c542a80fe.tar.gz
src-a2a029d24aadcfc3e933974c32e3f67c542a80fe.zip
Remove the bogus -? option after reading the getopt() manual :)
Notes
Notes: svn path=/head/; revision=35435
Diffstat (limited to 'bin/ls/util.c')
-rw-r--r--bin/ls/util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ls/util.c b/bin/ls/util.c
index 3d16088f2619..22af4f46efce 100644
--- a/bin/ls/util.c
+++ b/bin/ls/util.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)util.c 8.3 (Berkeley) 4/2/94";
#else
static const char rcsid[] =
- "$Id: util.c,v 1.13 1998/04/24 07:49:51 des Exp $";
+ "$Id: util.c,v 1.14 1998/04/24 12:43:26 des Exp $";
#endif
#endif /* not lint */
@@ -158,7 +158,7 @@ prn_octal(s)
void
usage()
{
- (void)fprintf(stderr, "usage: ls [-?ACFHLPRTWacdfgikloqrstu1]"
+ (void)fprintf(stderr, "usage: ls [-ACFHLPRTWacdfgikloqrstu1]"
" [file ...]\n");
exit(1);
}