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:
parent
cd3132667a
commit
f70ef86dfa
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user