From 3fa0e39089cadbdc9245c0d71b6421cd4d3b1d9c Mon Sep 17 00:00:00 2001 From: Martin Grunwald Date: Wed, 20 Nov 2024 15:59:51 +0100 Subject: [PATCH] Feat CCT-469: 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. CARD CCT-467 --- man/subscription-manager.8 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/man/subscription-manager.8 b/man/subscription-manager.8 index 4ee3ee4aef..203ac51023 100644 --- a/man/subscription-manager.8 +++ b/man/subscription-manager.8 @@ -608,15 +608,17 @@ option .TP .B --remove-all -Removes all overrides from repositories specified with the +Removes a named override from the repositories specified with the .B --repo -option +option. Overrides inherited from environments the system belongs in will not be removed. They can only be removed by either: removing them from the environment they originate from or removing the system from those environments. +The source will not be removed if its source is 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 --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) the system belongs in. + .SS IDENTITY OPTIONS