Skip to content

Commit

Permalink
Feat CCT-467: Add explanatory info about the source of overrides in r…
Browse files Browse the repository at this point in the history
…epo-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
  • Loading branch information
Martin Grunwald authored and mgrunwal committed Nov 21, 2024
1 parent 04c1bee commit ec1b520
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions man/subscription-manager.8
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand 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
Expand Down

0 comments on commit ec1b520

Please sign in to comment.