Skip to content

Commit

Permalink
docs(app cmd): updating --local text to include helm and kustomize (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
igaskin authored and alexec committed Oct 29, 2019
1 parent a9a28b7 commit afda10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/argocd/commands/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ func NewApplicationDiffCommand(clientOpts *argocdclient.ClientOptions) *cobra.Co
}
command.Flags().BoolVar(&refresh, "refresh", false, "Refresh application data when retrieving")
command.Flags().BoolVar(&hardRefresh, "hard-refresh", false, "Refresh application data as well as target manifests cache")
command.Flags().StringVar(&local, "local", "", "Compare live app to a local ksonnet app")
command.Flags().StringVar(&local, "local", "", "Compare live app to a local manifests")
return command
}

Expand Down

0 comments on commit afda10b

Please sign in to comment.