fix help example

This commit is contained in:
silverwind 2019-02-06 07:35:03 +01:00
parent 71a41deea3
commit 64ea707954
Signed by: silverwind
GPG Key ID: 2E62B41C93869443
2 changed files with 2 additions and 2 deletions

@ -39,8 +39,8 @@ usage: updates [options]
Examples:
$ updates
$ updates -u
$ updates -u -m
$ updates -u -e chalk
$ updates -u -s minor
$ updates -u -t devDependencies
```

@ -70,8 +70,8 @@ if (args.help) {
Examples:
$ updates
$ updates -u
$ updates -u -m
$ updates -u -e chalk
$ updates -u -s minor
$ updates -u -t devDependencies
`);
process.exit(0);