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 ceb5daf64fcec62d26e0993ad0d29b95b2354fa1
Author: Doru Bercea <gheorghe-teod.ber...@ibm.com>
AuthorDate: Mon Oct 12 12:12:39 2020 -0400

    Clean-up.
---
 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 b3ef4ec..d6bae77 100644
--- a/pkg/cmd/inspect.go
+++ b/pkg/cmd/inspect.go
@@ -53,8 +53,7 @@ func newCmdInspect(rootCmdOptions *RootCmdOptions) 
(*cobra.Command, *inspectCmdO
        cmd := cobra.Command{
                Use:   "inspect [files to inspect]",
                Short: "Generate dependencies list given integration files.",
-               Long: `
-       Output dependencies for a list of integration files. By default this 
command returns the
+               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.`,

Reply via email to