=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/rdist.c,v retrieving revision 1.32 retrieving revision 1.33 diff -c -r1.32 -r1.33 *** src/usr.bin/rdist/rdist.c 2021/06/22 20:19:28 1.32 --- src/usr.bin/rdist/rdist.c 2022/12/04 23:50:49 1.33 *************** *** 1,4 **** ! /* $OpenBSD: rdist.c,v 1.32 2021/06/22 20:19:28 jmc Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: rdist.c,v 1.33 2022/12/04 23:50:49 cheloha Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. *************** *** 248,254 **** case 'i': FLAG_ON(options, DO_IGNLNKS); break; case 'x': FLAG_ON(options, DO_NOEXEC); break; - case '?': default: usage(); } --- 248,253 ----