Skip to content

Commit

Permalink
Merge pull request #1686 from onflow/cf/fix-example-init
Browse files Browse the repository at this point in the history
Fix cobra example for init
  • Loading branch information
chasefleming authored Jul 26, 2024
2 parents 074263d + 65304b8 commit 2bc752e
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 2bc752e

Please sign in to comment.