diff options
author | Calvin Montgomery <calzoneman@gmail.com> | 2020-08-29 20:19:26 -0700 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2020-11-27 17:46:27 -0600 |
commit | 6ce48f124aea593b77163d6f198d18bbe9093068 (patch) | |
tree | 78a49021cbc975fa905917607e720c962a3bc513 | |
parent | 00ea2166081856774f24f7243126f701c7fe6db9 (diff) |
man/openrc.8: populate OPTIONS from --help output
This fixes #378.
-rw-r--r-- | man/openrc.8 | 23 |
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 , |