summaryrefslogtreecommitdiffstats
path: root/bin/ls/ls.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1998-04-24 20:15:43 +0000
committerdes <des@FreeBSD.org>1998-04-24 20:15:43 +0000
commitfc8308de88c0682761754301e60f4389dd73e87b (patch)
tree188ec4ab01472a2aa4dc114f123cded7676d4e07 /bin/ls/ls.c
parent7d48e85bb77d0b685962b12798898e0a43a6cba2 (diff)
downloadFreeBSD-src-fc8308de88c0682761754301e60f4389dd73e87b.zip
FreeBSD-src-fc8308de88c0682761754301e60f4389dd73e87b.tar.gz
Remove the bogus -? option after reading the getopt() manual :)
Diffstat (limited to 'bin/ls/ls.c')
-rw-r--r--bin/ls/ls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ls/ls.c b/bin/ls/ls.c
index 5a6561d..82ba154 100644
--- a/bin/ls/ls.c
+++ b/bin/ls/ls.c
@@ -45,7 +45,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)ls.c 8.5 (Berkeley) 4/2/94";
#else
static const char rcsid[] =
- "$Id: ls.c,v 1.19 1998/04/24 07:49:47 des Exp $";
+ "$Id: ls.c,v 1.20 1998/04/24 12:43:26 des Exp $";
#endif
#endif /* not lint */
@@ -135,7 +135,7 @@ main(argc, argv)
f_listdot = 1;
fts_options = FTS_PHYSICAL;
- while ((ch = getopt(argc, argv, "?1ABCFHLPRTWabcdfgikloqrstu")) != -1) {
+ while ((ch = getopt(argc, argv, "1ABCFHLPRTWabcdfgikloqrstu")) != -1) {
switch (ch) {
/*
* The -1, -C and -l options all override each other so shell
OpenPOWER on IntegriCloud