Skip to content

Commit

Permalink
Fix docs for instance name in install (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
alenkacz authored and kensipe committed Oct 16, 2019
1 parent 44907d8 commit 9799a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kudoctl/cmd/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func newInstallCmd(fs afero.Fs) *cobra.Command {
},
}

installCmd.Flags().StringVar(&options.InstanceName, "instance", "", "The instance name. (default to Operator name)")
installCmd.Flags().StringVar(&options.InstanceName, "instance", "", "The instance name. (defaults to operator name plus some random string)")
installCmd.Flags().StringArrayVarP(&parameters, "parameter", "p", nil, "The parameter name and value separated by '='")
installCmd.Flags().StringVar(&options.RepoName, "repo", "", "Name of repository configuration to use. (default defined by context)")
installCmd.Flags().StringVar(&options.PackageVersion, "version", "", "A specific package version on the official GitHub repo. (default to the most recent)")
Expand Down

0 comments on commit 9799a7c

Please sign in to comment.