summaryrefslogtreecommitdiff
path: root/usr.bin/tty/tty.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tty/tty.c')
-rw-r--r--usr.bin/tty/tty.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tty/tty.c b/usr.bin/tty/tty.c
index d1ba54b5fa8..14beca8e931 100644
--- a/usr.bin/tty/tty.c
+++ b/usr.bin/tty/tty.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tty.c,v 1.12 2021/07/12 15:09:20 beck Exp $ */
+/* $OpenBSD: tty.c,v 1.13 2022/12/04 23:50:50 cheloha Exp $ */
/* $NetBSD: tty.c,v 1.4 1994/12/07 00:46:57 jtc Exp $ */
/*
@@ -50,7 +50,6 @@ main(int argc, char *argv[])
case 's':
sflag = 1;
break;
- case '?':
default:
usage();
/* NOTREACHED */