This is an automated email from the ASF dual-hosted git repository.

acosentino 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 7a2cae5  Fix typo fo -> of
     new 237df2c  Merge pull request #1578 from apupier/patch-2
7a2cae5 is described below

commit 7a2cae56f9993c6610ce3e3106030605f6b6e3d5
Author: Aurélien Pupier <apup...@redhat.com>
AuthorDate: Fri Jun 26 14:28:13 2020 +0200

    Fix typo fo -> of
---
 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 90f545d..b831f0b 100644
--- a/pkg/cmd/run.go
+++ b/pkg/cmd/run.go
@@ -94,7 +94,7 @@ func newCmdRun(rootCmdOptions *RootCmdOptions) 
(*cobra.Command, *runCmdOptions)
        cmd.Flags().StringArrayP("env", "e", nil, "Set an environment variable 
in the integration container. E.g \"-e MY_VAR=my-value\"")
        cmd.Flags().StringArray("property-file", nil, "Bind a property file to 
the integration. E.g. \"--property-file integration.properties\"")
        cmd.Flags().StringArray("label", nil, "Add a label to the integration. 
E.g. \"--label my.company=hello\"")
-       cmd.Flags().StringArray("source", nil, "Add source file to your 
integration, this is added to the list fo files listed as arguments of the 
command")
+       cmd.Flags().StringArray("source", nil, "Add source file to your 
integration, this is added to the list of files listed as arguments of the 
command")
 
        cmd.Flags().Bool("save", false, "Save the run parameters into the 
default kamel configuration file (kamel-config.yaml)")
 

Reply via email to