Change help text for config's --stack argument

This commit is contained in:
Matt Ellis 2017-10-20 12:47:51 -07:00
parent 78dc657dbb
commit 2f03072a89

View file

@ -47,7 +47,7 @@ func newConfigCmd() *cobra.Command {
cmd.PersistentFlags().StringVarP(
&stack, "stack", "s", "",
"Target a specific stack instead of all stacks")
"Target a specific stack instead of all of this project's stacks")
cmd.PersistentFlags().BoolVar(
&unset, "unset", false,
"Unset a configuration value")