1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-26 09:56:13 +01:00

Fix typo in "service runall" docs and list the "service runall" command

This commit is contained in:
Marcus Huewe 2017-03-31 10:34:52 +02:00
parent ae591a82fc
commit 7a4f7b0b9d

View File

@ -6497,6 +6497,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
usage:
osc service COMMAND (inside working copy)
osc service run [SOURCE_SERVICE]
osc service runall
osc service localrun
osc service disabledrun
osc service remoterun [PROJECT PACKAGE]
@ -6507,7 +6508,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
run r run defined services locally, it takes an optional parameter to run only a
specified source service. In case parameters exist for this one in _service file
they are used.
runall ra run all services independend of the used mode
runall ra run all services independent of the used mode
localrun lr run all services except the ones with mode "buildtime", "disabled", or
"serveronly" (deprecated)
disabledrun dr run all services with mode "disabled" or "serveronly" (deprecated)