Skip to content

Commit 7e73d19

Browse files
Merge pull request #1304 from tevenFr/patch-1
Fix a possible typo in nest update command options
2 parents 0000e1f + 240e8bf commit 7e73d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/cli/usages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Updates `@nestjs` dependencies in the `package.json` `"dependencies"` list to th
160160
| Option | Description |
161161
| --------- | ------------------------------------------------------------------------ |
162162
| `--force` | Do **upgrade** instead of update <br/>Alias `-f` |
163-
| `--tag` | Update to tagged version (use `@latest`, `@<tag>`, etc) <br/>Alias `-wt` | |
163+
| `--tag` | Update to tagged version (use `@latest`, `@<tag>`, etc) <br/>Alias `-t` | |
164164

165165
#### nest info
166166

0 commit comments

Comments
 (0)