Skip to content

Commit

Permalink
Fix cobra example for init
Browse files Browse the repository at this point in the history
  • Loading branch information
chasefleming committed Jul 26, 2024
1 parent 074263d commit 65304b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/super/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ var SetupCommand = &command.Command{
Cmd: &cobra.Command{
Use: "init <project name>",
Short: "Start a new Flow project",
Example: "flow setup my-project",
Example: "flow init my-project",
Args: cobra.MaximumNArgs(1),
GroupID: "super",
},
Expand Down

0 comments on commit 65304b8

Please sign in to comment.