[libvirt] [PATCH] add symbol ")" in virsh nodedev-detach help

--- tools/virsh-nodedev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/virsh-nodedev.c b/tools/virsh-nodedev.c index da93b8e..49546a2 100644 --- a/tools/virsh-nodedev.c +++ b/tools/virsh-nodedev.c @@ -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} }; -- 1.7.11.7

On 27.06.2013 13:21, xuzhang wrote:
--- tools/virsh-nodedev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/virsh-nodedev.c b/tools/virsh-nodedev.c index da93b8e..49546a2 100644 --- a/tools/virsh-nodedev.c +++ b/tools/virsh-nodedev.c @@ -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'"))
In fact the parenthesis should be part of the string.
}, {.name = NULL} };
I've fixed that and pushed. Thanks! Michal
participants (2)
-
Michal Privoznik
-
xuzhang