From e73529865d97f7699b6a96fca5ecd0d6affe605b Mon Sep 17 00:00:00 2001 From: noneofyourbusiness Date: Thu, 18 Sep 2025 09:58:21 +0200 Subject: [PATCH] tcc.c: add information about reporting bugs to the mailing list --- tcc.c | 1 + 1 file changed, 1 insertion(+) 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[] =