@@ -64,7 +64,7 @@ var localNewCmd = &console.Command{
64
64
& console.BoolFlag {Name : "full" , Usage : "Use github.com/symfony/website-skeleton (deprecated, use --webapp instead)" },
65
65
& console.BoolFlag {Name : "demo" , Usage : "Use github.com/symfony/demo" },
66
66
& console.BoolFlag {Name : "webapp" , Usage : "Add the webapp pack to get a fully configured web project" },
67
- & console.BoolFlag {Name : "book" , Usage : "Clone the Symfony 5 : The Fast Track book project" },
67
+ & console.BoolFlag {Name : "book" , Usage : "Clone the Symfony: The Fast Track book project" },
68
68
& console.BoolFlag {Name : "no-git" , Usage : "Do not initialize Git" },
69
69
& console.BoolFlag {Name : "cloud" , Usage : "Initialize Platform.sh" },
70
70
& console.StringSliceFlag {Name : "service" , Usage : "Configure some services" , Hidden : true },
@@ -124,7 +124,7 @@ var localNewCmd = &console.Command{
124
124
return console .Exit ("The --version flag is not supported for the Symfony Demo" , 1 )
125
125
}
126
126
if symfonyVersion == "" && c .Bool ("book" ) {
127
- return console .Exit ("The --version flag is required for the Symfony 5 book" , 1 )
127
+ return console .Exit ("The --version flag is required for the Symfony book" , 1 )
128
128
}
129
129
if c .Bool ("webapp" ) && c .Bool ("no-git" ) {
130
130
return console .Exit ("The --webapp flag cannot be used with --no-git" , 1 )
0 commit comments