Skip to content

Commit 0e13fc0

Browse files
pkalsi97squakez
authored andcommitted
fix(cmd): remove flag reference from deploy command description
1 parent e78e4cf commit 0e13fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/deploy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func newCmdDeploy(rootCmdOptions *RootCmdOptions) (*cobra.Command, *deployCmdOpt
3333
}
3434
cmd := cobra.Command{
3535
Use: "deploy <name>",
36-
Short: "Deploy an Integration or Pipe that was previously built with --dont-run-after-build flag",
36+
Short: "Deploy an Integration or Pipe that was previously built",
3737
PreRunE: decode(&options, options.Flags),
3838
RunE: options.run,
3939
}

0 commit comments

Comments
 (0)