diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index cfeb3484e2..724871d648 100644 --- a/tools/virsh-domain.c +++ b/tools/virsh-domain.c @@ -5892,7 +5892,7 @@ static const vshCmdInfo info_reset[] = { }; static const vshCmdOptDef opts_reset[] = { - VIRSH_COMMON_OPT_DOMAIN_FULL(0), + VIRSH_COMMON_OPT_DOMAIN_FULL(VIR_CONNECT_LIST_DOMAINS_ACTIVE), {.name = NULL} };