Skip to content

Commit e499c05

Browse files
authored
Simplify command description for generate command
1 parent 8d63861 commit e499c05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cmd/cli/command/generate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var generateCmd = &cobra.Command{
1919
Use: "generate",
2020
Args: cobra.MaximumNArgs(1),
2121
Aliases: []string{"gen"},
22-
Short: "Generate a sample Defang project (Starter: limited, Pro: unlimited)",
22+
Short: "Generate a sample Defang project",
2323
RunE: func(cmd *cobra.Command, args []string) error {
2424
ctx := cmd.Context()
2525

0 commit comments

Comments
 (0)