=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/paste/paste.c,v retrieving revision 1.26 retrieving revision 1.27 diff -c -r1.26 -r1.27 *** src/usr.bin/paste/paste.c 2018/08/04 19:19:37 1.26 --- src/usr.bin/paste/paste.c 2022/12/04 23:50:49 1.27 *************** *** 1,4 **** ! /* $OpenBSD: paste.c,v 1.26 2018/08/04 19:19:37 schwarze Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: paste.c,v 1.27 2022/12/04 23:50:49 cheloha Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. *************** *** 69,75 **** case 's': seq = 1; break; - case '?': default: usage(); } --- 69,74 ----