summaryrefslogtreecommitdiff
path: root/bin/mv/mv.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-08-02 12:41:11 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-08-02 12:41:11 +0000
commit02da6a295f64654852742035477e7a797e371f25 (patch)
treee92e6dd21f5a8dce42cd354ad2363f3f25e82b0c /bin/mv/mv.c
parent30de0712e34cf6ebb1f1d8fd814131cbdb4ed1ae (diff)
zap getopt() case of -?, come on, it is the default!
Diffstat (limited to 'bin/mv/mv.c')
-rw-r--r--bin/mv/mv.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/mv/mv.c b/bin/mv/mv.c
index 4f77fd2c37b..8ab946480e3 100644
--- a/bin/mv/mv.c
+++ b/bin/mv/mv.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mv.c,v 1.3 1996/07/30 12:26:46 deraadt Exp $ */
+/* $OpenBSD: mv.c,v 1.4 1996/08/02 12:41:00 deraadt Exp $ */
/* $NetBSD: mv.c,v 1.9 1995/03/21 09:06:52 cgd Exp $ */
/*
@@ -47,7 +47,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)mv.c 8.2 (Berkeley) 4/2/94";
#else
-static char rcsid[] = "$OpenBSD: mv.c,v 1.3 1996/07/30 12:26:46 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: mv.c,v 1.4 1996/08/02 12:41:00 deraadt Exp $";
#endif
#endif /* not lint */
@@ -95,7 +95,6 @@ main(argc, argv)
iflg = 0;
fflg = 1;
break;
- case '?':
default:
usage();
}