Skip to content

Commit 240e8bf

Browse files
authored
Fix a possible typo in nest update command options
| `--tag` | Update to tagged version (use `@latest`, `@<tag>`, etc) <br/>Alias `-wt` | | become | `--tag` | Update to tagged version (use `@latest`, `@<tag>`, etc) <br/>Alias `-t` | |
1 parent 0000e1f commit 240e8bf

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)