From: Kevin Marrec Date: Sat, 4 Jan 2025 23:49:49 +0000 (+0100) Subject: fix: update help message X-Git-Tag: v3.14.0~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cc7988b1db6690547f21efceaa19c24defdca89;p=thirdparty%2Fvuejs%2Fcreate-vue.git fix: update help message --- 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.