Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #682 from gedgar/master
Browse files Browse the repository at this point in the history
Fix help text typo in enable.go
  • Loading branch information
k8s-ci-robot committed Mar 22, 2019
2 parents 971d55d + 1575f2a commit 3e25160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kubefed2/enable/enable.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (o *enableTypeOptions) Bind(flags *pflag.FlagSet) {
flags.StringVar(&o.federationGroup, "federation-group", defaultFederationGroup, "The name of the API group to use for the generated federation type.")
flags.StringVar(&o.federationVersion, "federation-version", defaultFederationVersion, "The API version to use for the generated federation type.")
flags.StringVarP(&o.output, "output", "o", "", "If provided, the resources that would be created in the API by the command are instead output to stdout in the provided format. Valid values are ['yaml'].")
flags.StringVarP(&o.filename, "filename", "f", "", "If provided, the command will be configured from the provided yaml file. Only --output wll be accepted from the command line")
flags.StringVarP(&o.filename, "filename", "f", "", "If provided, the command will be configured from the provided yaml file. Only --output will be accepted from the command line")
}

// NewCmdTypeEnable defines the `enable` command that
Expand Down

0 comments on commit 3e25160

Please sign in to comment.