From c6c4ae8d910a93ce5e6e7c4bfd5732fb056fd13f Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Thu, 16 Aug 2018 14:55:36 -0700 Subject: [PATCH] Add --unittest-ipv6 option to CLI ref --- content/references/rippled-api/commandline-usage.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/references/rippled-api/commandline-usage.md b/content/references/rippled-api/commandline-usage.md index 0440ce818c..11c62618a8 100644 --- a/content/references/rippled-api/commandline-usage.md +++ b/content/references/rippled-api/commandline-usage.md @@ -116,6 +116,7 @@ While running unit tests, you can specify the [Generic Options](#generic-options | Option | Short Version | Description | |:-----------------------------------|:--------------|:------------------------| +| `--unittest-ipv6` | | Use [IPv6](https://en.wikipedia.org/wiki/IPv6) to connect to the local server when running unit tests. If not provided, unit tests use IPv4 instead. [New in: rippled 1.1.0][] | | `--unittest-jobs {NUMBER_OF_JOBS}` | | Use the specified number of processes to run unit tests. This can finish running tests faster on multi-core systems. The `{NUMBER_OF_JOBS}` should be a positive integer indicating the number of processes to use. | | `--unittest-log` | | Allow unit tests to write to logs even if `--quiet` is specified. (No effect otherwise.) | | `--quiet` | `-q` | Print fewer diagnostic messages when running unit tests. |