Date: Sun, 26 Apr 2026 16:43:17 +0000 From: Christos Margiolis <christos@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 6e3085491ea3 - stable/15 - service(8): Replace indentation in usage() Message-ID: <69ee40a5.466b7.1d6d0538@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=6e3085491ea3a6d2e73e61d00ecda2bda67ab83e commit 6e3085491ea3a6d2e73e61d00ecda2bda67ab83e Author: Christos Margiolis <christos@FreeBSD.org> AuthorDate: 2026-04-19 10:40:31 +0000 Commit: Christos Margiolis <christos@FreeBSD.org> CommitDate: 2026-04-26 16:43:11 +0000 service(8): Replace indentation in usage() The -d option was indented with spaces instead of tabs, and this broke formatting. Before: -d Enable debugging of rc.d scripts -j Perform actions within the named jail After: -d Enable debugging of rc.d scripts -j Perform actions within the named jail MFC after: 1 week (cherry picked from commit 554f5aa526266057672740e22af0a75cc32bddd5) --- usr.sbin/service/service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/service/service.sh b/usr.sbin/service/service.sh index 9387a49051d6..5ae1b2bee933 100755 --- a/usr.sbin/service/service.sh +++ b/usr.sbin/service/service.sh @@ -39,7 +39,7 @@ usage () { echo "${0##*/} [-j <jail name or id>] [-dqv] [-E var=value] <rc.d script> start|stop|etc." echo "${0##*/} -h" echo '' - echo "-d Enable debugging of rc.d scripts" + echo "-d Enable debugging of rc.d scripts" echo "-j Perform actions within the named jail" echo "-E n=val Set variable n to val before executing the rc.d script" echo '-e Show services that are enabled'home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ee40a5.466b7.1d6d0538>
