]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
qemu-nbd: Document --tls-creds
authorEric Blake <eblake@redhat.com>
Wed, 3 Oct 2018 18:04:26 +0000 (13:04 -0500)
committerEric Blake <eblake@redhat.com>
Wed, 3 Oct 2018 20:46:52 +0000 (15:46 -0500)
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>
qemu-nbd.c

index 51b9d38c72732c821cb4ee5bf362533406ce2494..66e023f7fa44a03e0983af5d455d407cf872d229 100644 (file)
@@ -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"