Cleanup pulumi new flag descriptions (#1036)

- Use `templates` instead of `releases`
- Fix typo
This commit is contained in:
Justin Van Patten 2018-03-12 11:22:32 -07:00 committed by GitHub
parent 7e14a09b3b
commit aa940b40dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,13 +113,13 @@ func newNewCmd() *cobra.Command {
}
cmd.PersistentFlags().StringVarP(&cloudURL,
"cloud-url", "c", "", "A cloud URL to download releases from")
"cloud-url", "c", "", "A cloud URL to download templates from")
cmd.PersistentFlags().StringVarP(
&name, "name", "n", "",
"The project name; if not specified, the name of the current working directory is used")
cmd.PersistentFlags().StringVarP(
&description, "description", "d", "",
"The project description; f not specified, a default description is used")
"The project description; if not specified, a default description is used")
cmd.PersistentFlags().BoolVarP(
&force, "force", "f", false,
"Forces content to be generated even if it would change existing files")