fix(schematics): use right command to get help on ng new
This commit is contained in:
parent
375496ac68
commit
f78889e072
@ -27,7 +27,7 @@ if (parsedArgs.help) {
|
||||
--bazel use bazel instead of webpack (default to false)
|
||||
|
||||
[ng new options] any 'ng new' options
|
||||
run 'ng help new' for more informations
|
||||
run 'ng new --help' for more information
|
||||
`);
|
||||
process.exit(0);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user