mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-09 01:18:00 +03:00
tools: mention server-update-tls supports virtproxyd
Reviewed-by: Erik Skultety <eskultet@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
006782a8bc
commit
d4380be6a7
@ -455,7 +455,8 @@ Update tls context on *server*.
|
||||
|
||||
- *server*
|
||||
|
||||
Available servers on a daemon. Currently only supports 'libvirtd'.
|
||||
Available servers on a daemon. Currently only supports 'libvirtd' or
|
||||
'virtproxyd'.
|
||||
|
||||
|
||||
CLIENT COMMANDS
|
||||
|
@ -978,7 +978,7 @@ static const vshCmdOptDef opts_srv_update_tls_file[] = {
|
||||
.type = VSH_OT_DATA,
|
||||
.flags = VSH_OFLAG_REQ,
|
||||
.help = N_("Available servers on a daemon. "
|
||||
"Currently only supports 'libvirtd'.")
|
||||
"Currently only supports 'libvirtd' or 'virtproxyd'.")
|
||||
},
|
||||
{.name = NULL}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user