diff --git a/references/cli/kube.go b/references/cli/kube.go index 1cfe39780..a50fd85c2 100644 --- a/references/cli/kube.go +++ b/references/cli/kube.go @@ -213,7 +213,7 @@ var ( Apply Kubernetes objects in clusters Apply Kubernetes objects in multiple clusters. Use --clusters to specify which clusters to - apply. If -n/--namespace is used, the original object namespace will be overrode. + apply. If -n/--namespace is used, the original object namespace will be overridden. You can use -f/--file to specify the object file/folder to apply. Multiple file inputs are allowed. Directory input and web url input is supported as well. diff --git a/references/cli/up.go b/references/cli/up.go index f3d86703b..25d3d2698 100644 --- a/references/cli/up.go +++ b/references/cli/up.go @@ -268,7 +268,7 @@ var ( vela up example-app -n example-ns --publish-version beta --revision example-app-v2 # Deploy an application from stdin - cat < ... EOF `))