From: ajacoutot Date: Mon, 25 Aug 2014 07:35:37 +0000 (+0000) Subject: Display usage on 2 lines. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=be86f18907dcc6e694ebc636fca1d5f2ec4b44c0;p=openbsd Display usage on 2 lines. reworked from an original diff by schwarze@ --- diff --git a/usr.sbin/rcctl/rcctl.sh b/usr.sbin/rcctl/rcctl.sh index a4b991a0652..cb7fa4fa86c 100644 --- a/usr.sbin/rcctl/rcctl.sh +++ b/usr.sbin/rcctl/rcctl.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $OpenBSD: rcctl.sh,v 1.20 2014/08/24 19:44:02 schwarze Exp $ +# $OpenBSD: rcctl.sh,v 1.21 2014/08/25 07:35:37 ajacoutot Exp $ # # Copyright (c) 2014 Antoine Jacoutot # @@ -26,7 +26,8 @@ _rc_parse_conf usage() { - _rc_err "usage: ${0##*/} [-df] enable|disable|status|action [service | daemon [flags [...]]]" + _rc_err "usage: ${0##*/} [-df] enable|disable|status|action + [service | daemon [flags [arguments]]]" } needs_root()