This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit aa4efb718e52defc780b993b1709b6e2fd634d7f Author: Pasquale Congiusti <[email protected]> AuthorDate: Tue Jun 8 17:44:41 2021 +0200 fix(doc): kube-config global flag --- docs/modules/ROOT/pages/cli/cli.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/cli/cli.adoc b/docs/modules/ROOT/pages/cli/cli.adoc index 34a2b2e..08668d0 100644 --- a/docs/modules/ROOT/pages/cli/cli.adoc +++ b/docs/modules/ROOT/pages/cli/cli.adoc @@ -69,9 +69,9 @@ While each command has a dedicated set of flags, there are global flags that are |=== |Flag |Description |Example -|`--config PATH` +|`--kube-config PATH` |Path to the config file to use for CLI requests -|kamel install --config ~/.kube/config +|kamel install --kube-config ~/.kube/config |`-h` or `--help` |Help for `kamel`, or the command
