rc-service: add a --dry-run option

This is for #225.
This commit is contained in:
William Hubbs
2018-05-14 19:00:04 -05:00
parent 3c53680018
commit a7f475ca04
2 changed files with 12 additions and 1 deletions

View File

@@ -35,6 +35,9 @@
.Fl e , -exists
.Ar service
.Nm
.Fl Z , -dry-run
.Ar service
.Nm
.Fl l , -list
.Nm
.Fl r , -resolve
@@ -68,6 +71,9 @@ return 0 if it can find
otherwise -1.
.Fl r , -resolve
does the same and also prints the full path of the service to stdout.
.Pp
.Fl Z , -dry-run
prints out the commands it would execute rather than executing them.
.Sh SEE ALSO
.Xr openrc 8 ,
.Xr stdout 3