summaryrefslogtreecommitdiffstats
path: root/vespaclient-java/src/test/resources/expected-encrypt-help-output.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vespaclient-java/src/test/resources/expected-encrypt-help-output.txt')
-rw-r--r--vespaclient-java/src/test/resources/expected-encrypt-help-output.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/vespaclient-java/src/test/resources/expected-encrypt-help-output.txt b/vespaclient-java/src/test/resources/expected-encrypt-help-output.txt
new file mode 100644
index 00000000000..848035f417e
--- /dev/null
+++ b/vespaclient-java/src/test/resources/expected-encrypt-help-output.txt
@@ -0,0 +1,13 @@
+usage: vespa-security encrypt <input file> <options>
+One-way encrypts a file using the public key of a recipient. A public
+token is printed on standard out. The recipient can use this token to
+decrypt the file using their private key. The token does not have to be
+kept secret.
+ -h,--help Show help
+ -i,--key-id <arg> Numeric ID of recipient key
+ -o,--output-file <arg> Output file (will be truncated if it
+ already exists)
+ -r,--recipient-public-key <arg> Recipient X25519 public key in Base64
+ encoded format
+Note: this is a BETA tool version; its interface may be changed at any
+time