help.cpp: add a missing con_fg() call.
This commit is contained in:
@@ -290,6 +290,7 @@ void show_help(int verbose)
|
|||||||
" --strip-relocs=0 do not strip relocations\n"
|
" --strip-relocs=0 do not strip relocations\n"
|
||||||
" --strip-relocs=1 strip relocations [default]\n"
|
" --strip-relocs=1 strip relocations [default]\n"
|
||||||
"\n");
|
"\n");
|
||||||
|
fg = con_fg(f,FG_YELLOW);
|
||||||
con_fprintf(f,"Options for linux/elf:\n");
|
con_fprintf(f,"Options for linux/elf:\n");
|
||||||
fg = con_fg(f,fg);
|
fg = con_fg(f,fg);
|
||||||
con_fprintf(f,
|
con_fprintf(f,
|
||||||
|
|||||||
Reference in New Issue
Block a user