mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
Remove extraneous comma in info_cpu_stats and opts_cpu_stats
This commit is contained in:
parent
88624b5d4c
commit
ad86ebb286
@ -6111,7 +6111,7 @@ static const vshCmdInfo info_cpu_stats[] = {
|
||||
{.name = "desc",
|
||||
.data = N_("Display per-CPU and total statistics about the domain's CPUs")
|
||||
},
|
||||
{.name = NULL},
|
||||
{.name = NULL}
|
||||
};
|
||||
|
||||
static const vshCmdOptDef opts_cpu_stats[] = {
|
||||
@ -6132,7 +6132,7 @@ static const vshCmdOptDef opts_cpu_stats[] = {
|
||||
.type = VSH_OT_INT,
|
||||
.help = N_("Number of shown CPUs at most")
|
||||
},
|
||||
{.name = NULL},
|
||||
{.name = NULL}
|
||||
};
|
||||
|
||||
static bool
|
||||
|
Loading…
x
Reference in New Issue
Block a user