From f78889e072eddc880692b978837f84854369a8f0 Mon Sep 17 00:00:00 2001 From: Bram Borggreve Date: Mon, 14 May 2018 20:58:44 -0500 Subject: [PATCH] fix(schematics): use right command to get help on ng new --- packages/schematics/bin/create-nx-workspace.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/schematics/bin/create-nx-workspace.ts b/packages/schematics/bin/create-nx-workspace.ts index 94119e305a..f54dc02d29 100644 --- a/packages/schematics/bin/create-nx-workspace.ts +++ b/packages/schematics/bin/create-nx-workspace.ts @@ -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); }