mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
virsh: Add parenthesis into virsh nodedev-detach help
This commit is contained in:
parent
658c932ab4
commit
f542a0dead
@ -605,7 +605,7 @@ static const vshCmdOptDef opts_node_device_detach[] = {
|
||||
},
|
||||
{.name = "driver",
|
||||
.type = VSH_OT_STRING,
|
||||
.help = N_("pci device assignment backend driver (e.g. 'vfio' or 'kvm'")
|
||||
.help = N_("pci device assignment backend driver (e.g. 'vfio' or 'kvm')")
|
||||
},
|
||||
{.name = NULL}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user