From: Osier Yang Date: Wed, 22 Jan 2014 05:56:47 +0000 (+0800) Subject: virsh: Fix the string breaking style X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b5bac8d0593c86a5a8a9f81ecede931a5ad5a990;p=libvirt.git virsh: Fix the string breaking style --- diff --git a/tools/virsh-host.c b/tools/virsh-host.c index 967bd5269d..3438ae7e62 100644 --- a/tools/virsh-host.c +++ b/tools/virsh-host.c @@ -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,