=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/netstart,v retrieving revision 1.219 retrieving revision 1.220 diff -u -r1.219 -r1.220 --- src/etc/netstart 2022/07/03 12:14:36 1.219 +++ src/etc/netstart 2022/10/21 12:04:51 1.220 @@ -1,13 +1,13 @@ #!/bin/sh - # -# $OpenBSD: netstart,v 1.219 2022/07/03 12:14:36 kn Exp $ +# $OpenBSD: netstart,v 1.220 2022/10/21 12:04:51 kn Exp $ # Turn off Strict Bourne shell mode. set +o sh # Show usage of the netstart script and exit. usage() { - print -u2 "usage: ${0##*/} [[-n] interface ...]" + print -u2 "usage: ${0##*/} [-n] [interface ...]" exit 1 }