summary refs log tree commit diff stats
path: root/qemu-nbd.c
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2018-10-03 13:04:26 -0500
committerEric Blake <eblake@redhat.com>2018-10-03 15:46:52 -0500
commitf7812df77d7830c6b375066a4e656f3b79232c13 (patch)
treeb155cd49943022111e79de2379af3df22b546cf3 /qemu-nbd.c
parent2f454defc23e1be78f2a96bad2877ce7829f61b4 (diff)
downloadfocaccia-qemu-f7812df77d7830c6b375066a4e656f3b79232c13.tar.gz
focaccia-qemu-f7812df77d7830c6b375066a4e656f3b79232c13.zip
qemu-nbd: Document --tls-creds
Commit 145614a1 introduced --tls-creds and documented it in
qemu-nbd.texi, but forgot to document it in 'qemu-nbd --help'.

Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <20181003180426.602765-1-eblake@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'qemu-nbd.c')
-rw-r--r--qemu-nbd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-nbd.c b/qemu-nbd.c
index 51b9d38c72..66e023f7fa 100644
--- a/qemu-nbd.c
+++ b/qemu-nbd.c
@@ -94,6 +94,7 @@ static void usage(const char *name)
 "General purpose options:\n"
 "  --object type,id=ID,...   define an object such as 'secret' for providing\n"
 "                            passwords and/or encryption keys\n"
+"  --tls-creds=ID            use id of an earlier --object to provide TLS\n"
 "  -T, --trace [[enable=]<pattern>][,events=<file>][,file=<file>]\n"
 "                            specify tracing options\n"
 "  --fork                    fork off the server process and exit the parent\n"