提交 fce0ce6f 编写于 作者: D Daniel Veillard

tiny fix on last patch, Daniel

上级 7c85b837
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册