mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
virsh: Move --completed from resume to domjobinfo
Because of similar contexts, git rebase I did just before pushing the series which added --completed option patched the wrong command.
This commit is contained in:
parent
2f2a992205
commit
58252332eb
@ -5114,10 +5114,6 @@ static const vshCmdOptDef opts_resume[] = {
|
||||
.flags = VSH_OFLAG_REQ,
|
||||
.help = N_("domain name, id or uuid")
|
||||
},
|
||||
{.name = "completed",
|
||||
.type = VSH_OT_BOOL,
|
||||
.help = N_("return statistics of a recently completed job")
|
||||
},
|
||||
{.name = NULL}
|
||||
};
|
||||
|
||||
@ -5377,6 +5373,10 @@ static const vshCmdOptDef opts_domjobinfo[] = {
|
||||
.flags = VSH_OFLAG_REQ,
|
||||
.help = N_("domain name, id or uuid")
|
||||
},
|
||||
{.name = "completed",
|
||||
.type = VSH_OT_BOOL,
|
||||
.help = N_("return statistics of a recently completed job")
|
||||
},
|
||||
{.name = NULL}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user