Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Update updateconfig.go
Browse files Browse the repository at this point in the history
  • Loading branch information
asoundarya96 committed Dec 19, 2023
1 parent fdc270f commit eb2d328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/config/subcommand/launchplan/updateconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var (
// Config
type UpdateConfig struct {
Activate bool `json:"activate" pflag:",activate launchplan."`
Deactivate bool `json:"activate" pflag:",disable the launch plan schedule (if it has an active schedule associated with it)."`
Deactivate bool `json:"deactivate" pflag:",disable the launch plan schedule (if it has an active schedule associated with it)."`
DryRun bool `json:"dryRun" pflag:",execute command without making any modifications."`
Force bool `json:"force" pflag:",do not ask for an acknowledgement during updates."`
Version string `json:"version" pflag:",version of the launchplan to be fetched."`
Expand Down

0 comments on commit eb2d328

Please sign in to comment.