Fossil SCM
Document the optional IP: part of (server --port IP:PORT), per [forum:88f7f8245e|forum post 88f7f8245e].
Commit
3815c85746cffaeb9ba347220da9afba613c6ca3e87536f2eabe1f72e5c3c321
Parent
b6517d5eebe414f…
1 file changed
+1
-1
+1
-1
| --- src/main.c | ||
| +++ src/main.c | ||
| @@ -3142,11 +3142,11 @@ | ||
| 3142 | 3142 | ** setting "redirect-to-https" requests it. This is set |
| 3143 | 3143 | ** by default for the "ui" command. |
| 3144 | 3144 | ** --notfound URL Redirect to URL if a page is not found. |
| 3145 | 3145 | ** -p|--page PAGE Start "ui" on PAGE. ex: --page "timeline?y=ci" |
| 3146 | 3146 | ** --pkey FILE Read the private key used for TLS from FILE |
| 3147 | -** -P|--port TCPPORT Listen to request on port TCPPORT | |
| 3147 | +** -P|--port [IP:]PORT Listen on the given IP (optional) and port | |
| 3148 | 3148 | ** --repolist If REPOSITORY is dir, URL "/" lists repos |
| 3149 | 3149 | ** --scgi Accept SCGI rather than HTTP |
| 3150 | 3150 | ** --skin LABEL Use override skin LABEL |
| 3151 | 3151 | ** --th-trace Trace TH1 execution (for debugging purposes) |
| 3152 | 3152 | ** --usepidkey Use saved encryption key from parent process. This is |
| 3153 | 3153 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -3142,11 +3142,11 @@ | |
| 3142 | ** setting "redirect-to-https" requests it. This is set |
| 3143 | ** by default for the "ui" command. |
| 3144 | ** --notfound URL Redirect to URL if a page is not found. |
| 3145 | ** -p|--page PAGE Start "ui" on PAGE. ex: --page "timeline?y=ci" |
| 3146 | ** --pkey FILE Read the private key used for TLS from FILE |
| 3147 | ** -P|--port TCPPORT Listen to request on port TCPPORT |
| 3148 | ** --repolist If REPOSITORY is dir, URL "/" lists repos |
| 3149 | ** --scgi Accept SCGI rather than HTTP |
| 3150 | ** --skin LABEL Use override skin LABEL |
| 3151 | ** --th-trace Trace TH1 execution (for debugging purposes) |
| 3152 | ** --usepidkey Use saved encryption key from parent process. This is |
| 3153 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -3142,11 +3142,11 @@ | |
| 3142 | ** setting "redirect-to-https" requests it. This is set |
| 3143 | ** by default for the "ui" command. |
| 3144 | ** --notfound URL Redirect to URL if a page is not found. |
| 3145 | ** -p|--page PAGE Start "ui" on PAGE. ex: --page "timeline?y=ci" |
| 3146 | ** --pkey FILE Read the private key used for TLS from FILE |
| 3147 | ** -P|--port [IP:]PORT Listen on the given IP (optional) and port |
| 3148 | ** --repolist If REPOSITORY is dir, URL "/" lists repos |
| 3149 | ** --scgi Accept SCGI rather than HTTP |
| 3150 | ** --skin LABEL Use override skin LABEL |
| 3151 | ** --th-trace Trace TH1 execution (for debugging purposes) |
| 3152 | ** --usepidkey Use saved encryption key from parent process. This is |
| 3153 |