=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdistd/rdistd.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- src/usr.bin/rdistd/rdistd.c 2015/02/08 23:40:34 1.10 +++ src/usr.bin/rdistd/rdistd.c 2022/12/04 23:50:49 1.11 @@ -1,4 +1,4 @@ -/* $OpenBSD: rdistd.c,v 1.10 2015/02/08 23:40:34 deraadt Exp $ */ +/* $OpenBSD: rdistd.c,v 1.11 2022/12/04 23:50:49 cheloha Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. @@ -79,7 +79,6 @@ printf("%s\n", getversion()); exit(0); - case '?': default: error("Bad command line option."); usage();