diff --git a/bin/serve.cmd b/bin/serve.cmd index 898904cdc..3f0b69e1c 100644 --- a/bin/serve.cmd +++ b/bin/serve.cmd @@ -43,8 +43,8 @@ echo - %%3 .. password .. can be empty like this: '""' echo - %%4 .. IP address or HOST .. defaults to localhost echo - %%5 .. PORT .. defaults to 8080 echo. -echo Example 1 .\serve .\edition\tw5.com-server username -echo Example 2 .\serve .\edition\tw5.com-server '""' '""' localhost 9090 +echo Example 1 .\serve .\editions\tw5.com-server username +echo Example 2 .\serve .\editions\tw5.com-server '""' '""' localhost 9090 echo .. Example 2 defines: empty username, empty password echo. echo Help information diff --git a/bin/serve.sh b/bin/serve.sh index 3d28d5297..9b9d9da71 100755 --- a/bin/serve.sh +++ b/bin/serve.sh @@ -45,8 +45,8 @@ help() { echo $'\t'-v .. Version echo $'\t'-h .. Help echo - echo Example 1 ./serve ./edition/tw5.com-server username - echo Example 2 ./serve ./edition/tw5.com-server \"\" \"\" localhost 9090 + echo Example 1 ./serve ./editions/tw5.com-server username + echo Example 2 ./serve ./editions/tw5.com-server \"\" \"\" localhost 9090 echo .. Example 2 defines: empty username, empty password echo }