Skip to content

Commit

Permalink
help typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyzimmer committed Jun 18, 2021
1 parent 0388bc5 commit c28b81a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cmd/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ func init() {
flags := createCmd.Flags()

flags.StringVarP(&createSpec.Spec.Path, "path", "p", "/", "the path to the jsonnet to reconcile")
flags.StringVar(&sourceName, "source-name", "", "the name of the GitRepository containing the jsonnet code")
flags.StringVar(&sourceNamespace, "source-namespace", "", "the namespace of the GitRepository containing the jsonnet code (defaults to the creation namespace)")
flags.StringVar(&sourceName, "source-name", "", "the name of the source object containing the jsonnet code")
flags.StringVar(&sourceNamespace, "source-namespace", "", "the namespace of the source object containing the jsonnet code (defaults to the creation namespace)")
flags.StringVar(&sourceKind, "source-kind", "GitRepository", "the kind of source provided by --source-name.")

flags.StringVarP(&createSpec.Namespace, "namespace", "n", "default", "The namespace to create the resource")
Expand Down

0 comments on commit c28b81a

Please sign in to comment.