Skip to content

Commit

Permalink
Merge pull request #495 from GrahamDumpleton/update-help-strings
Browse files Browse the repository at this point in the history
Drop reference to removed option in help strings.
  • Loading branch information
GrahamDumpleton authored Jul 2, 2024
2 parents 2e7c580 + 8119e90 commit f7e6b1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client-programs/pkg/cmd/admin_platform_deploy_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func (p *ProjectInfo) NewAdminPlatformDeployCmd() *cobra.Command {
&o.LocalConfig,
"local-config",
false,
"Use local configuration. When used, --config, --provider and --domain flags are ignored",
"Use local configuration. When used, --config and --domain flags are ignored",
)
c.Flags().BoolVar(
&o.skipImageResolution,
Expand Down
2 changes: 1 addition & 1 deletion client-programs/pkg/cmd/admin_platform_values_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func (p *ProjectInfo) NewAdminPlatformValuesCmd() *cobra.Command {
&o.LocalConfig,
"local-config",
false,
"Use local configuration. When used, --config, --provider and --domain flags are ignored",
"Use local configuration. When used, --config and --domain flags are ignored",
)
// TODO: From cluster
c.Flags().BoolVar(
Expand Down

0 comments on commit f7e6b1f

Please sign in to comment.