Skip to content

Commit

Permalink
Merge pull request #51 from maximilien/logs-a-label
Browse files Browse the repository at this point in the history
fix help for -a to correctly include label:name=key
  • Loading branch information
cppforlife authored Nov 15, 2019
2 parents 0a2087f + aace554 commit a4f7e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kapp/cmd/app/app_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ type AppFlags struct {
func (s *AppFlags) Set(cmd *cobra.Command, flagsFactory cmdcore.FlagsFactory) {
s.NamespaceFlags.Set(cmd, flagsFactory)

cmd.Flags().StringVarP(&s.Name, "app", "a", "", "Set app name (or label selector) (format: name, key=val, !key)")
cmd.Flags().StringVarP(&s.Name, "app", "a", "", "Set app name (or label selector) (format: name, label:key=val, !key)")
}

0 comments on commit a4f7e80

Please sign in to comment.