Fossil SCM
Add documentation for network control command-line options, such as --ipv4.
Commit
5ef8ac82c302073a995ca360b533c4d4b946e486d1c7980bdfe23804bf63e0c3
Parent
6f55dbd00bb21c1…
1 file changed
+10
+10
| --- src/dispatch.c | ||
| +++ src/dispatch.c | ||
| @@ -1417,10 +1417,20 @@ | ||
| 1417 | 1417 | @ --ssl-identity NAME Set the SSL identity to NAME |
| 1418 | 1418 | @ --systemtrace Trace calls to system() |
| 1419 | 1419 | @ -U|--user USER Make the default user be USER |
| 1420 | 1420 | @ --utc Display times using UTC |
| 1421 | 1421 | @ --vfs NAME Cause SQLite to use the NAME VFS |
| 1422 | +@ | |
| 1423 | +@ Additional options available on most commands that use network I/O: | |
| 1424 | +@ | |
| 1425 | +@ --accept-any-cert Disable server SSL cdert validation. Accept any SSL | |
| 1426 | +@ cert that the server provides. WARNING: Unsafe! | |
| 1427 | +@ Testing and debugging use only! | |
| 1428 | +@ --ipv4 Use only IPv4. Disable IPv6 support. | |
| 1429 | +@ --ipv6 Use only IPv6. Disable IPv4 support. | |
| 1430 | +@ --nosync Disable autosync for the current command. | |
| 1431 | +@ --proxy URL Specify the HTTP proxy to use. URL can be "off". | |
| 1422 | 1432 | ; |
| 1423 | 1433 | |
| 1424 | 1434 | /* |
| 1425 | 1435 | ** COMMAND: help |
| 1426 | 1436 | ** |
| 1427 | 1437 |
| --- src/dispatch.c | |
| +++ src/dispatch.c | |
| @@ -1417,10 +1417,20 @@ | |
| 1417 | @ --ssl-identity NAME Set the SSL identity to NAME |
| 1418 | @ --systemtrace Trace calls to system() |
| 1419 | @ -U|--user USER Make the default user be USER |
| 1420 | @ --utc Display times using UTC |
| 1421 | @ --vfs NAME Cause SQLite to use the NAME VFS |
| 1422 | ; |
| 1423 | |
| 1424 | /* |
| 1425 | ** COMMAND: help |
| 1426 | ** |
| 1427 |
| --- src/dispatch.c | |
| +++ src/dispatch.c | |
| @@ -1417,10 +1417,20 @@ | |
| 1417 | @ --ssl-identity NAME Set the SSL identity to NAME |
| 1418 | @ --systemtrace Trace calls to system() |
| 1419 | @ -U|--user USER Make the default user be USER |
| 1420 | @ --utc Display times using UTC |
| 1421 | @ --vfs NAME Cause SQLite to use the NAME VFS |
| 1422 | @ |
| 1423 | @ Additional options available on most commands that use network I/O: |
| 1424 | @ |
| 1425 | @ --accept-any-cert Disable server SSL cdert validation. Accept any SSL |
| 1426 | @ cert that the server provides. WARNING: Unsafe! |
| 1427 | @ Testing and debugging use only! |
| 1428 | @ --ipv4 Use only IPv4. Disable IPv6 support. |
| 1429 | @ --ipv6 Use only IPv6. Disable IPv4 support. |
| 1430 | @ --nosync Disable autosync for the current command. |
| 1431 | @ --proxy URL Specify the HTTP proxy to use. URL can be "off". |
| 1432 | ; |
| 1433 | |
| 1434 | /* |
| 1435 | ** COMMAND: help |
| 1436 | ** |
| 1437 |