aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorCalvin Montgomery <calzoneman@gmail.com>2020-08-29 20:19:26 -0700
committerWilliam Hubbs <w.d.hubbs@gmail.com>2020-11-27 17:46:27 -0600
commit6ce48f124aea593b77163d6f198d18bbe9093068 (patch)
tree78a49021cbc975fa905917607e720c962a3bc513 /man
parent00ea2166081856774f24f7243126f701c7fe6db9 (diff)
man/openrc.8: populate OPTIONS from --help output
This fixes #378.
Diffstat (limited to 'man')
-rw-r--r--man/openrc.823
1 files changed, 23 insertions, 0 deletions
diff --git a/man/openrc.8 b/man/openrc.8
index d448df7f..7d069b59 100644
--- a/man/openrc.8
+++ b/man/openrc.8
@@ -65,6 +65,29 @@ Instead you should use
and
.Xr shutdown 8
and let them call these special runlevels.
+.Sh OPTIONS
+.Pp
+.Bl -tag -width "-o , --override"
+.It Fl n , -no-stop
+Do not stop any services.
+.It Fl o , -override
+Override the next runlevel to change into when leaving single user or boot
+runlevels
+.It Fl s , -service
+Run the service specified with the rest of the arguments.
+.It Fl S , -sys
+Output the RC system type, if any.
+.It Fl h , -help
+Display usage information and exit.
+.It Fl C , -nocolor
+Disable color output.
+.It Fl V , -version
+Display software version.
+.It Fl v , -verbose
+Run verbosely.
+.It Fl q , -quiet
+Run quietly (repeat to suppress errors).
+.El
.Sh SEE ALSO
.Xr openrc-run 8 ,
.Xr rc-status 8 ,