1
0
Fork 0
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:
davidrossjones 2017-01-15 01:31:09 +00:00 committed by Arunoda Susiripala
parent 8a06c7b092
commit 60918eeb36
3 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@ if (argv.help) {
Options Options
--port, -p A port number on which to start the application --port, -p A port number on which to start the application
--help, -p Displays this message --help, -h Displays this message
`) `)
process.exit(0) process.exit(0)
} }

View file

@ -22,7 +22,7 @@ if (argv.help) {
If no directory is provided the current directory will be used. If no directory is provided the current directory will be used.
Options Options
--help, -p Displays this message --help, -h Displays this message
`) `)
process.exit(0) process.exit(0)

View file

@ -31,7 +31,7 @@ if (argv.help) {
Options Options
--port, -p A port number on which to start the application --port, -p A port number on which to start the application
--help, -p Displays this message --help, -h Displays this message
`) `)
process.exit(0) process.exit(0)
} }