mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00: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*
|
- *server*
|
||||||
|
|
||||||
Available servers on a daemon. Currently only supports 'libvirtd'.
|
Available servers on a daemon. Currently only supports 'libvirtd' or
|
||||||
|
'virtproxyd'.
|
||||||
|
|
||||||
|
|
||||||
CLIENT COMMANDS
|
CLIENT COMMANDS
|
||||||
|
@ -978,7 +978,7 @@ static const vshCmdOptDef opts_srv_update_tls_file[] = {
|
|||||||
.type = VSH_OT_DATA,
|
.type = VSH_OT_DATA,
|
||||||
.flags = VSH_OFLAG_REQ,
|
.flags = VSH_OFLAG_REQ,
|
||||||
.help = N_("Available servers on a daemon. "
|
.help = N_("Available servers on a daemon. "
|
||||||
"Currently only supports 'libvirtd'.")
|
"Currently only supports 'libvirtd' or 'virtproxyd'.")
|
||||||
},
|
},
|
||||||
{.name = NULL}
|
{.name = NULL}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user