]> xenbits.xensource.com Git - libvirt.git/commitdiff
virsh: Fix the string breaking style
authorOsier Yang <jyang@redhat.com>
Wed, 22 Jan 2014 05:56:47 +0000 (13:56 +0800)
committerOsier Yang <jyang@redhat.com>
Wed, 22 Jan 2014 05:56:47 +0000 (13:56 +0800)
tools/virsh-host.c

index 967bd5269dd7130795020873bc4b8700f6b84533..3438ae7e62cedcaaa3bf0c15a098560f2a6e45a7 100644 (file)
@@ -516,7 +516,7 @@ static const vshCmdInfo info_nodesuspend[] = {
     },
     {.name = "desc",
      .data = N_("Suspend the host node for a given time duration "
-                               "and attempt to resume thereafter.")
+                "and attempt to resume thereafter.")
     },
     {.name = NULL}
 };
@@ -525,8 +525,8 @@ static const vshCmdOptDef opts_node_suspend[] = {
     {.name = "target",
      .type = VSH_OT_DATA,
      .flags = VSH_OFLAG_REQ,
-     .help = N_("mem(Suspend-to-RAM), "
-                "disk(Suspend-to-Disk), hybrid(Hybrid-Suspend)")
+     .help = N_("mem(Suspend-to-RAM), disk(Suspend-to-Disk), "
+                "hybrid(Hybrid-Suspend)")
     },
     {.name = "duration",
      .type = VSH_OT_INT,