Skip to content

Commit 60918ee

Browse files
davidrossjonesarunoda
authored andcommitted
Fix typo for --help messages in /bin (vercel#770)
1 parent 8a06c7b commit 60918ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bin/next-dev

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if (argv.help) {
3030
3131
Options
3232
--port, -p A port number on which to start the application
33-
--help, -p Displays this message
33+
--help, -h Displays this message
3434
`)
3535
process.exit(0)
3636
}

bin/next-init

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if (argv.help) {
2222
If no directory is provided the current directory will be used.
2323
2424
Options
25-
--help, -p Displays this message
25+
--help, -h Displays this message
2626
`)
2727

2828
process.exit(0)

bin/next-start

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if (argv.help) {
3131
3232
Options
3333
--port, -p A port number on which to start the application
34-
--help, -p Displays this message
34+
--help, -h Displays this message
3535
`)
3636
process.exit(0)
3737
}

0 commit comments

Comments
 (0)