about summary refs log tree commit diff
path: root/src/usr.bin/unvis/unvis.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/unvis/unvis.c')
-rw-r--r--src/usr.bin/unvis/unvis.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr.bin/unvis/unvis.c b/src/usr.bin/unvis/unvis.c
index 22566d9..3841ed9 100644
--- a/src/usr.bin/unvis/unvis.c
+++ b/src/usr.bin/unvis/unvis.c
@@ -1,4 +1,4 @@
-/*	$OpenBSD: unvis.c,v 1.14 2015/10/09 01:37:09 deraadt Exp $	*/
+/*	$OpenBSD: unvis.c,v 1.15 2022/12/04 23:50:50 cheloha Exp $	*/
 
 /*-
  * Copyright (c) 1989, 1993
@@ -48,7 +48,6 @@ main(int argc, char *argv[])
 
 	while ((ch = getopt(argc, argv, "")) != -1)
 		switch(ch) {
-		case '?':
 		default:
 			(void) fprintf(stderr, "usage: unvis [file ...]\n");
 			exit(1);