virsh: Add parenthesis into virsh nodedev-detach help

This commit is contained in:
xuzhang 2013-06-27 19:21:07 +08:00 committed by Michal Privoznik
parent 658c932ab4
commit f542a0dead

View File

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