summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2015-10-03 10:39:22 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2015-10-03 10:39:22 +0000
commit184256e3b06f1c5dd2486692083c3c8c1c731ea0 (patch)
tree9b2c371d062e7ea399d32b9f47259e121725355d
parent039e678f6cfb88a4744640884772260612cf48a3 (diff)
Properly indent usage() output.
-rw-r--r--usr.sbin/rcctl/rcctl.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rcctl/rcctl.sh b/usr.sbin/rcctl/rcctl.sh
index abe67f299ae..be4ff1b4317 100644
--- a/usr.sbin/rcctl/rcctl.sh
+++ b/usr.sbin/rcctl/rcctl.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $OpenBSD: rcctl.sh,v 1.79 2015/08/12 06:28:18 ajacoutot Exp $
+# $OpenBSD: rcctl.sh,v 1.80 2015/10/03 10:39:21 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()