mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
virsh: Fix the string breaking style
This commit is contained in:
parent
94f8205359
commit
b5bac8d059
@ -516,7 +516,7 @@ static const vshCmdInfo info_nodesuspend[] = {
|
|||||||
},
|
},
|
||||||
{.name = "desc",
|
{.name = "desc",
|
||||||
.data = N_("Suspend the host node for a given time duration "
|
.data = N_("Suspend the host node for a given time duration "
|
||||||
"and attempt to resume thereafter.")
|
"and attempt to resume thereafter.")
|
||||||
},
|
},
|
||||||
{.name = NULL}
|
{.name = NULL}
|
||||||
};
|
};
|
||||||
@ -525,8 +525,8 @@ static const vshCmdOptDef opts_node_suspend[] = {
|
|||||||
{.name = "target",
|
{.name = "target",
|
||||||
.type = VSH_OT_DATA,
|
.type = VSH_OT_DATA,
|
||||||
.flags = VSH_OFLAG_REQ,
|
.flags = VSH_OFLAG_REQ,
|
||||||
.help = N_("mem(Suspend-to-RAM), "
|
.help = N_("mem(Suspend-to-RAM), disk(Suspend-to-Disk), "
|
||||||
"disk(Suspend-to-Disk), hybrid(Hybrid-Suspend)")
|
"hybrid(Hybrid-Suspend)")
|
||||||
},
|
},
|
||||||
{.name = "duration",
|
{.name = "duration",
|
||||||
.type = VSH_OT_INT,
|
.type = VSH_OT_INT,
|
||||||
|
Loading…
Reference in New Issue
Block a user