This is an automated email from the ASF dual-hosted git repository.
nferraro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/master by this push:
new eacce7d Fix comment about multi-valuated CLI trait configuration
option
eacce7d is described below
commit eacce7d1fb55cff88f3a071b73bcf69f8b8cfd33
Author: Antonin Stefanutti <[email protected]>
AuthorDate: Tue Jan 29 11:06:04 2019 +0100
Fix comment about multi-valuated CLI trait configuration option
---
pkg/cmd/run.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/cmd/run.go b/pkg/cmd/run.go
index 9f3126e..3e16958 100644
--- a/pkg/cmd/run.go
+++ b/pkg/cmd/run.go
@@ -477,7 +477,7 @@ func (*runCmdOptions) configureTrait(integration
*v1alpha1.Integration, config s
// This enables to execute:
// $ kamel run -t <trait>.<property>=<value_1> ... -t
<trait>.<property>=<value_N>
// Or:
- // $ kamel run --trait
<trait>.<property>=<value_1>,...,<value_N>
+ // $ kamel run --trait
<trait>.<property>=<value_1>,...,<trait>.<property>=<value_N>
spec.Configuration[prop] = spec.Configuration[prop] + "," + val
} else {
spec.Configuration[prop] = val