diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index f43234f223..0391bdeb30 100644 --- a/tools/virsh-domain.c +++ b/tools/virsh-domain.c @@ -3595,11 +3595,11 @@ static const vshCmdOptDef opts_undefine[] = { }, {.name = "nvram", .type = VSH_OT_BOOL, - .help = N_("remove nvram file, if inactive") + .help = N_("remove nvram file") }, {.name = "keep-nvram", .type = VSH_OT_BOOL, - .help = N_("keep nvram file, if inactive") + .help = N_("keep nvram file") }, {.name = NULL} };