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:
Daniel P. Berrangé 2020-05-12 10:49:10 +01:00
parent 006782a8bc
commit d4380be6a7
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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}
};