Skip to content

Commit

Permalink
[docs] Update options in create-next-app (#67455)
Browse files Browse the repository at this point in the history
Documentation update, according to the last update of the `commander`
library. #66771

Co-authored-by: Jiwon Choi <devjiwonchoi@gmail.com>
  • Loading branch information
torresgol10 and devjiwonchoi authored Jul 4, 2024
1 parent b369ccf commit f0abeb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/02-app/02-api-reference/06-create-next-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Further, you can negate default options by prefixing them with `--no-` (e.g. `--
See `create-next-app --help`:

```bash filename="Terminal"
Usage: create-next-app <project-directory> [options]
Usage: create-next-app [project-directory] [options]

Options:
-V, --version output the version number
Expand Down

0 comments on commit f0abeb8

Please sign in to comment.