From f0abeb8e42f723e515f93e0062ebf0a78df52765 Mon Sep 17 00:00:00 2001 From: Ivan Torres <40922354+torresgol10@users.noreply.github.com> Date: Thu, 4 Jul 2024 14:41:44 +0200 Subject: [PATCH] [docs] Update options in create-next-app (#67455) Documentation update, according to the last update of the `commander` library. #66771 Co-authored-by: Jiwon Choi --- docs/02-app/02-api-reference/06-create-next-app.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-app/02-api-reference/06-create-next-app.mdx b/docs/02-app/02-api-reference/06-create-next-app.mdx index 90417390ce127..852363fa01b0f 100644 --- a/docs/02-app/02-api-reference/06-create-next-app.mdx +++ b/docs/02-app/02-api-reference/06-create-next-app.mdx @@ -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 [options] +Usage: create-next-app [project-directory] [options] Options: -V, --version output the version number