]> xenbits.xensource.com Git - people/dariof/libvirt.git/commitdiff
virsh: Add parenthesis into virsh nodedev-detach help
authorxuzhang <xuzhang@redhat.com>
Thu, 27 Jun 2013 11:21:07 +0000 (19:21 +0800)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 27 Jun 2013 15:42:51 +0000 (17:42 +0200)
tools/virsh-nodedev.c

index da93b8e60a8ff926131ba6240af1ef6bb6f601b9..b2e948b57c6e0abf3387e1caf65400e679219843 100644 (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}
 };