Skip to content

Commit e76be03

Browse files
Merge pull request #1123 from MickL/patch-2
Corrected command to generate new application
2 parents 74a96c8 + 273e858 commit e76be03

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
@@ -55,7 +55,7 @@ $ nest g <schematic> <name> [options]
5555

5656
| Name | Alias | Description |
5757
| ------------- | ----- | --------------------------------------------------------------------------------------------------- |
58-
| `application` | | Generate a new application within a monorepo (converting to monorepo if it's a standard structure). |
58+
| `app` | | Generate a new application within a monorepo (converting to monorepo if it's a standard structure). |
5959
| `library` | `lib` | Generate a new library within a monorepo (converting to monorepo if it's a standard structure). |
6060
| `class` | `cl` | Generate a new class. |
6161
| `controller` | `co` | Generate a controller declaration. |

0 commit comments

Comments
 (0)