diff --git a/bin/next-dev b/bin/next-dev index 4c86f50206f87..68e8bde1796d6 100755 --- a/bin/next-dev +++ b/bin/next-dev @@ -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) } diff --git a/bin/next-init b/bin/next-init index 12c5c119a49c7..e67817ba7d5d3 100755 --- a/bin/next-init +++ b/bin/next-init @@ -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) diff --git a/bin/next-start b/bin/next-start index f4100efce534f..af02f3f521c09 100755 --- a/bin/next-start +++ b/bin/next-start @@ -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) }