Skip to content

Commit b5d0ccc

Browse files
Wenchen LiMRHarrison
Wenchen Li
authored andcommitted
fix(completion): Update with the new help command (angular#3479)
1 parent e67db8c commit b5d0ccc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/angular-cli/blueprints/ng2/files/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ Run `ng github-pages:deploy` to deploy to Github Pages.
2828

2929
## Further help
3030

31-
To get more help on the `angular-cli` use `ng --help` or go check out the [Angular-CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
31+
To get more help on the `angular-cli` use `ng help` or go check out the [Angular-CLI README](https://github.com/angular/angular-cli/blob/master/README.md).

packages/angular-cli/utilities/completion.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# or ng completion 1>> ~/.zshrc 2>>&1
77
#
88

9-
ng_opts='b build completion doc e2e g generate get github-pages:deploy gh-pages:deploy h help i init install lint make-this-awesome new s serve server set t test v version -h --help'
9+
ng_opts='b build completion doc e2e g generate get github-pages:deploy gh-pages:deploy h help i init install lint make-this-awesome new s serve server set t test v version'
1010

1111
build_opts='--aot --base-href --environment --output-path --progress --sourcemap --suppress-sizes --target --vendor-chunk --verbose --watch --watcher -bh -dev -e -o -prod -sm -t -w'
1212
generate_opts='class component directive enum module pipe route service c cl d e m p r s --help'

0 commit comments

Comments
 (0)