Because of similar contexts, git rebase I did just before pushing the
series which added --completed option patched the wrong command.
.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}
};
.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}
};