1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

help.cpp: add a missing con_fg() call.

This commit is contained in:
Markus F.X.J. Oberhumer 2013-12-02 19:23:06 +01:00
parent cd3132667a
commit f70ef86dfa

View File

@ -290,6 +290,7 @@ void show_help(int verbose)
" --strip-relocs=0 do not strip relocations\n"
" --strip-relocs=1 strip relocations [default]\n"
"\n");
fg = con_fg(f,FG_YELLOW);
con_fprintf(f,"Options for linux/elf:\n");
fg = con_fg(f,fg);
con_fprintf(f,