diff --git a/internal/super/setup.go b/internal/super/setup.go index 7a130d02f..629496d9a 100644 --- a/internal/super/setup.go +++ b/internal/super/setup.go @@ -61,7 +61,7 @@ var SetupCommand = &command.Command{ Cmd: &cobra.Command{ Use: "init ", Short: "Start a new Flow project", - Example: "flow setup my-project", + Example: "flow init my-project", Args: cobra.MaximumNArgs(1), GroupID: "super", },