diff --git a/tcc.c b/tcc.c index b28c0b32..9dfd0bc0 100644 --- a/tcc.c +++ b/tcc.c @@ -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[] =