forked from OSchip/llvm-project
[llvm-ar] Document 'T' thin archive modifier (NFC)
llvm-svn: 276457
This commit is contained in:
parent
d251e94a01
commit
b8f95b5c6e
|
@ -116,6 +116,7 @@ static cl::extrahelp MoreHelp(
|
|||
" [o] - preserve original dates\n"
|
||||
" [s] - create an archive index (cf. ranlib)\n"
|
||||
" [S] - do not build a symbol table\n"
|
||||
" [T] - create a thin archive\n"
|
||||
" [u] - update only files newer than archive contents\n"
|
||||
"\nMODIFIERS (generic):\n"
|
||||
" [c] - do not warn if the library had to be created\n"
|
||||
|
|
Loading…
Reference in New Issue