From 2a451de9cf0850ff1f363a72164570ad86de9c53 Mon Sep 17 00:00:00 2001 From: Kevin Marrec Date: Sun, 5 Jan 2025 00:49:49 +0100 Subject: [PATCH] fix: update help message --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index 004f9787..92c44ddc 100755 --- a/index.ts +++ b/index.ts @@ -64,7 +64,7 @@ function emptyDir(dir) { } const helpMessage = `\ -Usage: create-vue [FEATURE_FLGAS...] [OPTIONS...] [DIRECTORY] +Usage: create-vue [FEATURE_FLAGS...] [OPTIONS...] [DIRECTORY] Create a new Vue.js project. Start the CLI in interactive mode when no FEATURE_FLAGS is provided, or if the DIRECTORY argument is not a valid package name.