]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
fix: update help message
authorKevin Marrec <kevin@marrec.io>
Sat, 4 Jan 2025 23:49:49 +0000 (00:49 +0100)
committerCédric Exbrayat <cexbrayat@users.noreply.github.com>
Sun, 5 Jan 2025 11:43:46 +0000 (12:43 +0100)
index.ts

index 004f97873b587b9c779d48767fefe836878d82ad..92c44ddc3515328884ff002b81b3611139311354 100755 (executable)
--- 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.