mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Fix typo for --help messages in /bin (#770)
This commit is contained in:
parent
8a06c7b092
commit
60918eeb36
|
@ -30,7 +30,7 @@ if (argv.help) {
|
|||
|
||||
Options
|
||||
--port, -p A port number on which to start the application
|
||||
--help, -p Displays this message
|
||||
--help, -h Displays this message
|
||||
`)
|
||||
process.exit(0)
|
||||
}
|
||||
|
|
|
@ -22,7 +22,7 @@ if (argv.help) {
|
|||
If no directory is provided the current directory will be used.
|
||||
|
||||
Options
|
||||
--help, -p Displays this message
|
||||
--help, -h Displays this message
|
||||
`)
|
||||
|
||||
process.exit(0)
|
||||
|
|
|
@ -31,7 +31,7 @@ if (argv.help) {
|
|||
|
||||
Options
|
||||
--port, -p A port number on which to start the application
|
||||
--help, -p Displays this message
|
||||
--help, -h Displays this message
|
||||
`)
|
||||
process.exit(0)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue