diff --git a/tools/virsh.c b/tools/virsh.c index cedfb5abc0..2ccf08b58c 100644 --- a/tools/virsh.c +++ b/tools/virsh.c @@ -11022,7 +11022,7 @@ vshParseArgv(vshControl *ctl, int argc, char **argv) switch (arg) { case 'd': if (virStrToLong_i(optarg, NULL, 10, &ctl->debug) < 0) { - vshError(ctl, _("option -d takes a numeric argument: %s"), arg); + vshError(ctl, _("option -d takes a numeric argument")); exit(EXIT_FAILURE); } break;