fixed a minor type with param remove-all-other-services

This commit is contained in:
Daniel Heule 2013-12-16 17:07:49 +01:00
parent aec1632627
commit a70d478f9e
2 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ type::
BOOLEAN PARAMETERS BOOLEAN PARAMETERS
------------------ ------------------
remove-all-other-service:: remove-all-other-services::
Drop all other services found on the target host before adding the new one. Drop all other services found on the target host before adding the new one.
remove-all-repos:: remove-all-repos::
@ -45,7 +45,7 @@ EXAMPLES
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
# Ensure that internal SLES11 SP3 RIS is in installed and all other services and repos are discarded # Ensure that internal SLES11 SP3 RIS is in installed and all other services and repos are discarded
__zypper_service INTERNAL_SLES11_SP3 --service_desc "Internal SLES11 SP3 RIS" --service_uri "http://path/to/your/ris/dir" --remove-all-other-service --remove-all-repos __zypper_service INTERNAL_SLES11_SP3 --service_desc "Internal SLES11 SP3 RIS" --service_uri "http://path/to/your/ris/dir" --remove-all-other-services --remove-all-repos
# Ensure that internal SLES11 SP3 RIS is in installed, no changes to ohter services or repos # Ensure that internal SLES11 SP3 RIS is in installed, no changes to ohter services or repos
__zypper_service INTERNAL_SLES11_SP3 --service_desc "Internal SLES11 SP3 RIS" --service_uri "http://path/to/your/ris/dir" __zypper_service INTERNAL_SLES11_SP3 --service_desc "Internal SLES11 SP3 RIS" --service_uri "http://path/to/your/ris/dir"

View File

@ -1,2 +1,2 @@
remove-all-other-service remove-all-other-services
remove-all-repos remove-all-repos