Update global help to tell that obj files are now optional with -ar driver

This commit is contained in:
Christian Jullien 2022-04-19 07:53:19 +02:00
parent 39ea340a31
commit 5a3d1024d9

2
tcc.c
View File

@ -77,7 +77,7 @@ static const char help[] =
" -m32/64 defer to i386/x86_64 cross compiler\n"
#endif
"Tools:\n"
" create library : tcc -ar [rcsv] lib.a files\n"
" create library : tcc -ar [rcsv] lib.a [files]\n"
#ifdef TCC_TARGET_PE
" create def file : tcc -impdef lib.dll [-v] [-o lib.def]\n"
#endif