Skip to content

Commit

Permalink
qemu-nbd: mention --tls-hostname option in qemu-nbd --help
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michael Tokarev committed Feb 13, 2024
1 parent 967fbcc commit d81b797
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qemu-nbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d81b797

Please sign in to comment.