From ec1b5200877a516dcf0f9dd4fd9782a0b84f7658 Mon Sep 17 00:00:00 2001 From: Martin Grunwald Date: Wed, 20 Nov 2024 15:59:51 +0100 Subject: [PATCH] Feat CCT-467: Add explanatory info about the source of overrides in repo-overrides command The requrements are to put statements containing additional info about `subscription-manager repo-override --list` and about `subscription-manager repo-override --remove` to respective parts of man pages. **Additional info for --list:** > Source of the listed overrides is a union of the override specified at the system itself and all the overrides set in the environment(s) system belongs in. **Additional info for --remove:** > Source of the override that is attempted to be removed may be one of the environment(s) the system belongs in. It can only be removed by either: removing the override from the environment it originates from or removing the system from the environment the override > originates from. CARD CCT-467 --- man/subscription-manager.8 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/man/subscription-manager.8 b/man/subscription-manager.8 index 4ee3ee4aef..8af51e462a 100644 --- a/man/subscription-manager.8 +++ b/man/subscription-manager.8 @@ -604,7 +604,8 @@ option .B --remove=NAME Removes a named override from the repositories specified with the .B --repo -option +option. +Source of the override that is attempted to be removed may be one of the environment(s) the system belongs in. It can only be removed by either: removing the override from the environment it originates from or removing the system from the environment the override originates from. .TP .B --remove-all @@ -616,7 +617,8 @@ option .B --list Lists all overrides from repositories specified with the .B --repo -option +option. Source of the listed overrides is a union of the override specified at the system itself and all the overrides set in the environment(s) system belongs in. + .SS IDENTITY OPTIONS