提交 60918eeb 编写于 作者: D davidrossjones 提交者: Arunoda Susiripala

Fix typo for --help messages in /bin (#770)

上级 8a06c7b0
......@@ -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)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册