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

Modify --registry-ca flag's help info #8500

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

YanzhaoLi
Copy link
Member

Specify the replace behavior of --registry-ca flag

Fixes #8176

@YanzhaoLi YanzhaoLi requested a review from a team as a code owner March 18, 2019 07:50
@YanzhaoLi YanzhaoLi requested review from renmaosheng, wjun, luwang-vmware and DanielXiao and removed request for renmaosheng March 18, 2019 07:52
@@ -40,7 +40,7 @@ func (r *Registries) Flags() []cli.Flag {
return []cli.Flag{
cli.StringSliceFlag{
Name: "registry-ca, rc",
Usage: "Specify a list of additional certificate authority files to use to verify secure registry servers",
Usage: "Specify a list of certificate authority files to replace old ones to verify secure registry servers",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the first time, there is no any existing ones, so I suggest to remove "replace old ones" here.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Specify the replace behavior of --registry-ca flag
@YanzhaoLi YanzhaoLi force-pushed the topic/modify-registry-ca-help-info branch from 529017f to c0ed946 Compare March 19, 2019 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants