From 8d0595ed4e2d4145b1e8f857bd36ead5b3028ac7 Mon Sep 17 00:00:00 2001 From: Jianbo Sun Date: Thu, 31 Dec 2020 17:13:13 +0800 Subject: [PATCH] Update cmd/core/main.go --- cmd/core/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/core/main.go b/cmd/core/main.go index 18ce1642c..21489eaae 100644 --- a/cmd/core/main.go +++ b/cmd/core/main.go @@ -95,7 +95,7 @@ func main() { flag.BoolVar(&controllerArgs.ApplyOnceOnly, "apply-once-only", false, "For the purpose of some production environment that workload or trait should not be affected if no spec change") flag.StringVar(&controllerArgs.CustomRevisionHookURL, "custom-revision-hook-url", "", - "custom-revision-hook-url is a webhook url which will let oam-runtime to call with AC+Component info and return a customized component revision") + "custom-revision-hook-url is a webhook url which will let KubeVela core to call with applicationConfiguration and component info and return a customized component revision") flag.StringVar(&disableCaps, "disable-caps", "", "To be disabled builtin capability list.") flag.Parse()