diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2015-07-25 04:12:44 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2015-07-25 04:12:44 +0000 |
commit | 4c79b14a438288909e8f19a75c828f05f1e3a8e3 (patch) | |
tree | 960ea5775552160b5c855a343dfe10a37b9035a2 /usr.sbin | |
parent | 9f8d64df336ff09e0c9b8ffbeae990f0e7face0c (diff) |
Fix usage() output.
from Michael Reed
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/rcctl/rcctl.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rcctl/rcctl.sh b/usr.sbin/rcctl/rcctl.sh index 43e73183f86..1cd3cf7b5ca 100644 --- a/usr.sbin/rcctl/rcctl.sh +++ b/usr.sbin/rcctl/rcctl.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $OpenBSD: rcctl.sh,v 1.75 2015/07/17 18:00:43 ajacoutot Exp $ +# $OpenBSD: rcctl.sh,v 1.76 2015/07/25 04:12:43 ajacoutot Exp $ # # Copyright (c) 2014, 2015 Antoine Jacoutot <ajacoutot@openbsd.org> # Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org> @@ -29,7 +29,7 @@ _rc_parse_conf usage() { _rc_err "usage: ${0##*/} [-df] action|get|getdef|ls|order|set - [service | daemon [variable [arguments]] | daemons | lsarg]" + [service | daemon [variable [arguments]] | daemons | lsarg]" } needs_root() |