-
Notifications
You must be signed in to change notification settings - Fork 119
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -604,8 +604,8 @@ option | |
.B --remove=NAME | ||
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 --remove-all | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let's also extend the info on this command, by adding: |
||
Removes all overrides from repositories specified with the | ||
|
@@ -616,7 +616,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) the system belongs in. | ||
|
||
|
||
|
||
.SS IDENTITY OPTIONS | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you added the text I proposed for the
--remove-all
command into the--remove
command. If you check my other comment, it was done against line 610 (where the --remove-all command description is)