]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
qemu-nbd: mention --tls-hostname option in qemu-nbd --help
authorMichael Tokarev <mjt@tls.msk.ru>
Wed, 7 Feb 2024 07:29:40 +0000 (10:29 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 13 Feb 2024 07:59:25 +0000 (10:59 +0300)
This option was not documented.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1240
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
qemu-nbd.c

index bac0b5e3ecda1b3a7624dc7a5c9da4919003fce0..d7b3ccab21c87336620937d282c869e1506f1d67 100644 (file)
@@ -114,6 +114,7 @@ static void usage(const char *name)
 "  --tls-creds=ID            use id of an earlier --object to provide TLS\n"
 "  --tls-authz=ID            use id of an earlier --object to provide\n"
 "                            authorization\n"
+"  --tls-hostname=HOSTNAME   override hostname used to check x509 certificate\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"