aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-feed-client-cli
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-06-24 20:08:56 +0200
committerJon Marius Venstad <venstad@gmail.com>2021-06-24 20:11:49 +0200
commitd39965631cae501519bbc7e4df55b1cfdcbb8018 (patch)
tree4dd598165eb8b8483a5fce1cc11ac5437045c615 /vespa-feed-client-cli
parentfa41db1dc35098a28e4ea9b47319cc8977327332 (diff)
Update abi spec and expected test output
Diffstat (limited to 'vespa-feed-client-cli')
-rw-r--r--vespa-feed-client-cli/src/test/resources/help.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/vespa-feed-client-cli/src/test/resources/help.txt b/vespa-feed-client-cli/src/test/resources/help.txt
index b5d59e02f7e..67b83c07699 100644
--- a/vespa-feed-client-cli/src/test/resources/help.txt
+++ b/vespa-feed-client-cli/src/test/resources/help.txt
@@ -16,12 +16,17 @@ Vespa feed client
--header <arg> HTTP header on the form 'Name:
value'
--help
- --max-streams-per-connection <arg> Number of concurrent streams per
- HTTP/2 connection
+ --max-streams-per-connection <arg> Maximum number of concurrent
+ streams per HTTP/2 connection
--private-key <arg> Path to PEM/PKCS#8 encoded
private key file
--route <arg> Target Vespa route for feed
operations
+ --show-all Print the result of every feed
+ operation
+ --show-errors Print every feed operation
+ failure
+ --silent Disable periodic status printing
--stdin Read JSON input from standard
input
--timeout <arg> Feed operation timeout (in
@@ -29,5 +34,5 @@ Vespa feed client
--trace <arg> The trace level of network
traffic. Disabled by default
(=0)
- --verbose
+ --verbose Print stack traces on errors
--version