aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-feed-client-cli/src/test/resources/help.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vespa-feed-client-cli/src/test/resources/help.txt')
-rw-r--r--vespa-feed-client-cli/src/test/resources/help.txt40
1 files changed, 26 insertions, 14 deletions
diff --git a/vespa-feed-client-cli/src/test/resources/help.txt b/vespa-feed-client-cli/src/test/resources/help.txt
index 29f24e8c672..1c537defb01 100644
--- a/vespa-feed-client-cli/src/test/resources/help.txt
+++ b/vespa-feed-client-cli/src/test/resources/help.txt
@@ -1,19 +1,31 @@
usage: vespa-feed-client <options>
Vespa feed client
- --benchmark
- --ca-certificates <arg>
- --certificate <arg>
- --connections <arg>
- --disable-ssl-hostname-verification
- --endpoint <arg>
- --file <arg>
- --header <arg>
+ --benchmark Enable benchmark mode
+ --ca-certificates <arg> Path to file containing CA X.509
+ certificates encoded as PEM
+ --certificate <arg> Path to PEM encoded X.509
+ certificate file
+ --connections <arg> Number of concurrent HTTP/2
+ connections
+ --disable-ssl-hostname-verification Disable SSL hostname
+ verification
+ --endpoint <arg> URI to feed endpoint
+ --file <arg> Path to feed file in JSON format
+ --header <arg> HTTP header on the form 'Name:
+ value'
--help
- --max-streams-per-connection <arg>
- --private-key <arg>
- --route <arg>
- --stdin
- --timeout <arg>
- --trace <arg>
+ --max-streams-per-connection <arg> 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
+ --stdin Read JSON input from standard
+ input
+ --timeout <arg> Feed operation timeout (in
+ seconds)
+ --trace <arg> The trace level of network
+ traffic. Disabled by default
+ (=0)
--verbose
--version