diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index e47877b9a5..910c6fb32e 100644 --- a/tools/virsh-domain.c +++ b/tools/virsh-domain.c @@ -6670,7 +6670,7 @@ static const vshCmdOptDef opts_desc[] = { }; static bool -cmdDesc(vshControl *ctl, const vshCmd *cmd ATTRIBUTE_UNUSED) +cmdDesc(vshControl *ctl, const vshCmd *cmd) { virDomainPtr dom; bool config = vshCommandOptBool(cmd, "config");