Skip to content

Commit d81b797

Browse files
author
Michael Tokarev
committed
qemu-nbd: mention --tls-hostname option in qemu-nbd --help
This option was not documented. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1240 Reviewed-by: Daniel P. Berrangé <[email protected]> Signed-off-by: Michael Tokarev <[email protected]>
1 parent 967fbcc commit d81b797

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qemu-nbd.c

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ static void usage(const char *name)
114114
" --tls-creds=ID use id of an earlier --object to provide TLS\n"
115115
" --tls-authz=ID use id of an earlier --object to provide\n"
116116
" authorization\n"
117+
" --tls-hostname=HOSTNAME override hostname used to check x509 certificate\n"
117118
" -T, --trace [[enable=]<pattern>][,events=<file>][,file=<file>]\n"
118119
" specify tracing options\n"
119120
" --fork fork off the server process and exit the parent\n"

0 commit comments

Comments
 (0)