Browse Source

Drop uneeded parenthesis in usage().

ok schwarze@
OPENBSD_5_7
ajacoutot 10 years ago
parent
commit
4c9f4fe262
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/rc.d/rc.subr

+ 2
- 2
src/etc/rc.d/rc.subr View File

@ -1,4 +1,4 @@
# $OpenBSD: rc.subr,v 1.85 2014/08/24 13:30:27 ajacoutot Exp $
# $OpenBSD: rc.subr,v 1.86 2014/08/24 13:32:53 ajacoutot Exp $
#
# Copyright (c) 2010, 2011, 2014 Antoine Jacoutot <ajacoutot@openbsd.org>
# Copyright (c) 2010, 2011 Ingo Schwarze <schwarze@openbsd.org>
@ -35,7 +35,7 @@ _rc_usage() {
for _a in start stop restart reload check; do
_rc_is_supported ${_a} && _allsup="${_allsup:+$_allsup|}${_a}"
done
_rc_err "usage: $0 [-df] (${_allsup})"
_rc_err "usage: $0 [-df] ${_allsup}"
}
_rc_write_runfile() {


Loading…
Cancel
Save