Skip to content

Commit f786eee

Browse files
srtaalejmwbrooks
andauthored
Update cmd/project/create.go
Co-authored-by: Michael Brooks <mbrooks@slack-corp.com>
1 parent b6e5970 commit f786eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/project/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ name your app 'agent' (not create an AI Agent), use the --name flag instead.`,
7676
// Add flags
7777
cmd.Flags().StringVarP(&createTemplateURLFlag, "template", "t", "", "template URL for your app")
7878
cmd.Flags().StringVarP(&createGitBranchFlag, "branch", "b", "", "name of git branch to checkout")
79-
cmd.Flags().StringVarP(&createAppNameFlag, "name", "n", "", "name for your app (use this to name your app 'agent')")
79+
cmd.Flags().StringVarP(&createAppNameFlag, "name", "n", "", "name for your app (overrides the name argument)")
8080

8181
return cmd
8282
}

0 commit comments

Comments
 (0)