Skip to content

Commit

Permalink
fix: update help message
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmarrec committed Jan 4, 2025
1 parent a262115 commit 2a451de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2a451de

Please sign in to comment.