From b27bb41a8b02171dd6df049af9bc36c30a6c4fbf Mon Sep 17 00:00:00 2001
From: Tahlia Richardson <3069029+tahliar@users.noreply.github.com>
Date: Fri, 18 Oct 2024 13:54:33 +1000
Subject: [PATCH] Standardise rmt-cli commands
They all still worked as written though so idk
---
xml/mirror-repositories-with-rmt.xml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/xml/mirror-repositories-with-rmt.xml b/xml/mirror-repositories-with-rmt.xml
index 30a4c72..ca0ba06 100644
--- a/xml/mirror-repositories-with-rmt.xml
+++ b/xml/mirror-repositories-with-rmt.xml
@@ -74,13 +74,13 @@
Disable the original product. This also disables all repositories associated with the product:
-&prompt.root;rmt-cli product disable 1251
+&prompt.root;rmt-cli products disable 1251
If your previous subscription included the &ha; extension, disable this product too:
-&prompt.root;rmt-cli product disable 1252
+&prompt.root;rmt-cli products disable 1252
&ha; is not supported with &reponame; &productnumber;.
@@ -112,7 +112,7 @@
Enable &reponame; &productnumber; using the product ID 2702:
-&prompt.root;rmt-cli product enable 2702
+&prompt.root;rmt-cli products enable 2702
This enables the default RES-7-LTSS-Updates repository.
@@ -127,19 +127,19 @@
RES-7-BASE-Updates:
-&prompt.root;rmt-cli repo enable 6986
+&prompt.root;rmt-cli repos enable 6986
RES-7-LTSS-Source-Updates and RES-7-BASE-Source-Updates:
-&prompt.root;rmt-cli repo enable 6748 6987
+&prompt.root;rmt-cli repos enable 6748 6987
RES-7-LTSS-Debug-Updates and RES-7-BASE-Debug-Updates:
-&prompt.root;rmt-cli repo enable 6985 6988
+&prompt.root;rmt-cli repos enable 6985 6988