=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/getconf/getconf.c,v retrieving revision 1.22 retrieving revision 1.23 diff -c -r1.22 -r1.23 *** src/usr.bin/getconf/getconf.c 2022/07/20 14:23:13 1.22 --- src/usr.bin/getconf/getconf.c 2022/12/04 23:50:48 1.23 *************** *** 1,4 **** ! /* $OpenBSD: getconf.c,v 1.22 2022/07/20 14:23:13 claudio Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. --- 1,4 ---- ! /* $OpenBSD: getconf.c,v 1.23 2022/12/04 23:50:48 cheloha Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. *************** *** 420,426 **** if (! compilation_spec_valid(optarg)) errx(1, "%s: unknown specification", optarg); break; - case '?': default: usage(); } --- 420,425 ----