diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-07-11 12:28:36 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-07-11 12:28:36 +0000 |
commit | 69278e9ac8b7046969bc6576f56c2c9e53fea69c (patch) | |
tree | 3e42da88cda73861bd59966fad6d7d49468f31b0 /llvm/tools/llvm-ar/llvm-ar.cpp | |
parent | 741146b825bc30d2c4ec391ba2a1818c646be599 (diff) | |
download | bcm5719-llvm-69278e9ac8b7046969bc6576f56c2c9e53fea69c.tar.gz bcm5719-llvm-69278e9ac8b7046969bc6576f56c2c9e53fea69c.zip |
Sync llvm-ar's help string with the options it supports.
llvm-svn: 186076
Diffstat (limited to 'llvm/tools/llvm-ar/llvm-ar.cpp')
-rw-r--r-- | llvm/tools/llvm-ar/llvm-ar.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/tools/llvm-ar/llvm-ar.cpp b/llvm/tools/llvm-ar/llvm-ar.cpp index bf9447bccf9..9e17853fd51 100644 --- a/llvm/tools/llvm-ar/llvm-ar.cpp +++ b/llvm/tools/llvm-ar/llvm-ar.cpp @@ -66,18 +66,15 @@ static cl::extrahelp MoreHelp( " [b] - put file(s) before [relpos] (same as [i])\n" " [f] - truncate inserted file names\n" " [i] - put file(s) before [relpos] (same as [b])\n" - " [k] - always print bitcode files (default is to skip them)\n" " [N] - use instance [count] of name\n" " [o] - preserve original dates\n" " [P] - use full path names when matching\n" - " [R] - recurse through directories when inserting\n" " [s] - create an archive index (cf. ranlib)\n" " [S] - do not build a symbol table\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" " [v] - be verbose about actions taken\n" - " [V] - be *really* verbose about actions taken\n" ); // This enumeration delineates the kinds of operations on an archive |