mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 12:35:17 +00:00
tiny fix on last patch, Daniel
This commit is contained in:
parent
7c85b83736
commit
fce0ce6f85
@ -2897,7 +2897,7 @@ vshCmddefHelp(vshControl * ctl, const char *cmdname, int withprog)
|
||||
else if (opt->type == VSH_OT_DATA)
|
||||
snprintf(buf, sizeof(buf), "<%s>", opt->name);
|
||||
|
||||
fprintf(stdout, " %-15s %s\n", buf, _(opt->help));
|
||||
fprintf(stdout, " %-15s %s\n", buf, _N(opt->help));
|
||||
}
|
||||
}
|
||||
fputc('\n', stdout);
|
||||
|
Loading…
x
Reference in New Issue
Block a user