diff --git a/tools/virsh-domain-monitor.c b/tools/virsh-domain-monitor.c index b0d79b9206..18d551aa0a 100644 --- a/tools/virsh-domain-monitor.c +++ b/tools/virsh-domain-monitor.c @@ -1718,7 +1718,7 @@ static const vshCmdOptDef opts_list[] = { }, {.name = "title", .type = VSH_OT_BOOL, - .help = N_("show short domain description") + .help = N_("show domain title") }, {.name = NULL} };