File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ if (argv.help) {
30
30
31
31
Options
32
32
--port, -p A port number on which to start the application
33
- --help, -p Displays this message
33
+ --help, -h Displays this message
34
34
` )
35
35
process . exit ( 0 )
36
36
}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ if (argv.help) {
22
22
If no directory is provided the current directory will be used.
23
23
24
24
Options
25
- --help, -p Displays this message
25
+ --help, -h Displays this message
26
26
` )
27
27
28
28
process . exit ( 0 )
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ if (argv.help) {
31
31
32
32
Options
33
33
--port, -p A port number on which to start the application
34
- --help, -p Displays this message
34
+ --help, -h Displays this message
35
35
` )
36
36
process . exit ( 0 )
37
37
}
You can’t perform that action at this time.
0 commit comments