Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/CCT-467: Add explanatory info about srcs of overrides in repo-override cmd #3474

Merged
merged 1 commit into from
Jan 24, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions man/subscription-manager.8
Original file line number Diff line number Diff line change
Expand Up @@ -580,19 +580,19 @@ option
.B --remove=NAME
Removes a named override from the repositories specified with the
.B --repo
option
option. The override will not be removed if its source is one of the environments 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
Removes all overrides from repositories specified with the
Removes all overrides from repositories
.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.

.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
Expand Down
Loading