fix(schematics): use right command to get help on ng new

This commit is contained in:
Bram Borggreve 2018-05-14 20:58:44 -05:00 committed by Victor Savkin
parent 375496ac68
commit f78889e072

View File

@ -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);
}