Skip to content

Commit 3cc7988

Browse files
kevinmarreccexbrayat
authored andcommittedJan 5, 2025·
fix: update help message
1 parent a262115 commit 3cc7988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function emptyDir(dir) {
6464
}
6565

6666
const helpMessage = `\
67-
Usage: create-vue [FEATURE_FLGAS...] [OPTIONS...] [DIRECTORY]
67+
Usage: create-vue [FEATURE_FLAGS...] [OPTIONS...] [DIRECTORY]
6868
6969
Create a new Vue.js project.
7070
Start the CLI in interactive mode when no FEATURE_FLAGS is provided, or if the DIRECTORY argument is not a valid package name.

0 commit comments

Comments
 (0)
Please sign in to comment.