@@ -34,7 +34,7 @@ You can install and run this wizard like this:
3434 Use the ` --csv ` flag to output the list in CSV format.
3535
3636 * ` rmt-cli products enable <id | string>... ` :
37- Enables mandatory repositories of a single product by a list of product IDs or product strings.
37+ Enable mirroring of product repositories by a list of product IDs or product strings.
3838
3939 Use the ` --all-modules ` flag to enable all free modules for a product.
4040
@@ -44,11 +44,11 @@ You can install and run this wizard like this:
4444
4545 ` rmt-cli products enable 1575 `
4646
47- ` rmt-cli products enable SLES/15/x86_64, 1743 `
47+ ` rmt-cli products enable SLES/15/x86_64 1743 `
4848
4949 ` rmt-cli products enable --all-modules SLES/15 `
5050
51- * ` rmt-cli products disable <id | string> ` ...:
51+ * ` rmt-cli products disable <id | string>... ` :
5252 Disable mirroring of product repositories by a list of product IDs or product strings.
5353
5454 Examples:
@@ -57,9 +57,7 @@ You can install and run this wizard like this:
5757
5858 ` rmt-cli products disable 1575 `
5959
60- ` rmt-cli products disable SLES/15/x86_64,1743 `
61-
62- ` rmt-cli products disable --all-modules SLES/15 `
60+ ` rmt-cli products disable SLES/15/x86_64 1743 `
6361
6462 * ` rmt-cli repos list [--all] [--csv] ` :
6563 Lists the repositories that are enabled for mirroring.
@@ -77,10 +75,6 @@ You can install and run this wizard like this:
7775
7876 ` rmt-cli repos enable 2526 3263 `
7977
80- ` rmt-cli repos enable 2526,3263 `
81-
82- ` rmt-cli repos enable "2526,3263" `
83-
8478 * ` rmt-cli repos disable <id>... ` :
8579 Disable mirroring of repositories by a list of repository IDs
8680
@@ -90,10 +84,6 @@ You can install and run this wizard like this:
9084
9185 ` rmt-cli repos disable 2526 3263 `
9286
93- ` rmt-cli repos disable 2526,3263 `
94-
95- ` rmt-cli repos disable "2526,3263" `
96-
9787 * ` rmt-cli mirror ` :
9888 In its default configuration, RMT mirrors its enabled product repositories automatically once every night.
9989 This command starts this mirroring process manually.
0 commit comments