Skip to content

Commit

Permalink
Update launch plan archive help string (flyteorg#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
katrogan authored Aug 17, 2022
1 parent 0dd0fc1 commit 89aa031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/config/subcommand/launchplan/updateconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var (

// Config
type UpdateConfig struct {
Archive bool `json:"archive" pflag:",archive launchplan."`
Archive bool `json:"archive" pflag:",disable the launch plan schedule (if it has an active schedule associated with it)."`
Activate bool `json:"activate" pflag:",activate launchplan."`
DryRun bool `json:"dryRun" pflag:",execute command without making any modifications."`
Version string `json:"version" pflag:",version of the launchplan to be fetched."`
Expand Down
2 changes: 1 addition & 1 deletion cmd/config/subcommand/launchplan/updateconfig_flags.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 89aa031

Please sign in to comment.