Skip to content

Commit 62d6b43

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/project/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ name your app 'agent' (not create an AI Agent), use the --name flag instead.`,
8181
cmd.Flags().StringVarP(&createGitBranchFlag, "branch", "b", "", "name of git branch to checkout")
8282
cmd.Flags().StringVarP(&createAppNameFlag, "name", "n", "", "name for your app (overrides the name argument)")
8383
cmd.Flags().BoolVar(&createListFlag, "list", false, "list available app templates")
84-
cmd.Flags().StringVar(&createSubdirFlag, "subdir", "", "subdirectory within the template to use as project root")
84+
cmd.Flags().StringVar(&createSubdirFlag, "subdir", "", "subdirectory in the template to use as project")
8585

8686
return cmd
8787
}

0 commit comments

Comments
 (0)