Skip to content

Commit

Permalink
Modify --registry-ca flag's help info
Browse files Browse the repository at this point in the history
Specify the replace behavior of --registry-ca flag
  • Loading branch information
YanzhaoLi committed Mar 18, 2019
1 parent 30b67a1 commit 529017f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/vic-machine/common/registries.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Value: &r.RegistryCAsArg,
},
}
Expand Down

0 comments on commit 529017f

Please sign in to comment.