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

commit 1afd5915271c2328fd77dbd48c8bbecb8486034e
Author: Doru Bercea <[email protected]>
AuthorDate: Mon Nov 2 13:29:18 2020 -0500

    Update comment.
---
 pkg/cmd/inspect.go | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pkg/cmd/inspect.go b/pkg/cmd/inspect.go
index 8fc25e9..bfb1ed6 100644
--- a/pkg/cmd/inspect.go
+++ b/pkg/cmd/inspect.go
@@ -50,8 +50,7 @@ func newCmdInspect(rootCmdOptions *RootCmdOptions) 
(*cobra.Command, *inspectCmdO
                Short: "Generate dependencies list given integration files.",
                Long: `Output dependencies for a list of integration files. By 
default this command returns the
 top level dependencies only. When --all-dependencies is enabled, the 
transitive dependencies
-will be generated by calling Maven and then copied into the directory pointed 
to by the
---dependencies-directory flag.`,
+will be generated by calling Maven and then printed in the selected output 
format.`,
                PreRunE: decode(&options),
                RunE: func(_ *cobra.Command, args []string) error {
                        if err := options.validate(args); err != nil {

Reply via email to