mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
virsh: Add target completion to dompmsuspend command
Signed-off-by: Lin Ma <lma@suse.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
b41811b93d
commit
8de9a54b9e
@ -3454,6 +3454,7 @@ static const vshCmdOptDef opts_dom_pm_suspend[] = {
|
||||
{.name = "target",
|
||||
.type = VSH_OT_DATA,
|
||||
.flags = VSH_OFLAG_REQ,
|
||||
.completer = virshNodeSuspendTargetCompleter,
|
||||
.help = N_("mem(Suspend-to-RAM), "
|
||||
"disk(Suspend-to-Disk), "
|
||||
"hybrid(Hybrid-Suspend)")
|
||||
|
Loading…
x
Reference in New Issue
Block a user