Skip to content

Commit

Permalink
Fix typo for --help messages in /bin (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrossjones authored and arunoda committed Jan 15, 2017
1 parent 8a06c7b commit 60918ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/next-dev
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down
2 changes: 1 addition & 1 deletion bin/next-init
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion bin/next-start
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 60918ee

Please sign in to comment.