mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Fix typo
Thanks @TheDiveO
This commit is contained in:
parent
90ac41b9ec
commit
18fa5a4a5d
@ -43,8 +43,8 @@ echo - %%3 .. password .. can be empty like this: '""'
|
|||||||
echo - %%4 .. IP address or HOST .. defaults to localhost
|
echo - %%4 .. IP address or HOST .. defaults to localhost
|
||||||
echo - %%5 .. PORT .. defaults to 8080
|
echo - %%5 .. PORT .. defaults to 8080
|
||||||
echo.
|
echo.
|
||||||
echo Example 1 .\serve .\edition\tw5.com-server username
|
echo Example 1 .\serve .\editions\tw5.com-server username
|
||||||
echo Example 2 .\serve .\edition\tw5.com-server '""' '""' localhost 9090
|
echo Example 2 .\serve .\editions\tw5.com-server '""' '""' localhost 9090
|
||||||
echo .. Example 2 defines: empty username, empty password
|
echo .. Example 2 defines: empty username, empty password
|
||||||
echo.
|
echo.
|
||||||
echo Help information
|
echo Help information
|
||||||
|
@ -45,8 +45,8 @@ help() {
|
|||||||
echo $'\t'-v .. Version
|
echo $'\t'-v .. Version
|
||||||
echo $'\t'-h .. Help
|
echo $'\t'-h .. Help
|
||||||
echo
|
echo
|
||||||
echo Example 1 ./serve ./edition/tw5.com-server username
|
echo Example 1 ./serve ./editions/tw5.com-server username
|
||||||
echo Example 2 ./serve ./edition/tw5.com-server \"\" \"\" localhost 9090
|
echo Example 2 ./serve ./editions/tw5.com-server \"\" \"\" localhost 9090
|
||||||
echo .. Example 2 defines: empty username, empty password
|
echo .. Example 2 defines: empty username, empty password
|
||||||
echo
|
echo
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user