tcc.c: add information about reporting bugs to the mailing list

This commit is contained in:
noneofyourbusiness
2025-09-18 09:58:21 +02:00
parent 38ab5f65b3
commit e73529865d

1
tcc.c
View File

@@ -87,6 +87,7 @@ static const char help[] =
#ifdef TCC_TARGET_PE
" create def file : tcc -impdef lib.dll [-v] [-o lib.def]\n"
#endif
" report bugs to the mailing list http://lists.nongnu.org/mailman/listinfo/tinycc-devel\n"
;
static const char help2[] =