1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 18:17:20 +00:00

Update chinese help text for server command

This commit is contained in:
Bram Chen 2014-09-06 08:45:58 +08:00
parent 4888d12099
commit 16e59ab78b
2 changed files with 12 additions and 0 deletions

View File

@ -28,4 +28,10 @@ description: 提供一个 HTTP 服务器介面到 TiddlyWiki
--server 8080 $:/core/save/all text/plain text/html MyUserName passw0rd
```
若您需要设置主机名称或路径前缀而不要求输入密码,则可以指定空字符串的使用者名和密码:
```
--server 8080 $:/core/save/all text/plain text/html "" "" 192.168.0.245
```
同时执行多个 TiddlyWiki 服务,须分别指定不同的埠号。

View File

@ -28,4 +28,10 @@ description: 提供一個 HTTP 伺服器介面到 TiddlyWiki
--server 8080 $:/core/save/all text/plain text/html MyUserName passw0rd
```
若您需要設定主機名稱或路徑前綴而不要求輸入密碼,則可以指定空字串的使用者名和密碼:
```
--server 8080 $:/core/save/all text/plain text/html "" "" 192.168.0.245
```
同時執行多個 TiddlyWiki 伺服器,須分別指定不同的埠號。