summaryrefslogtreecommitdiff
path: root/tools/llvm-ar
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-07-11 12:28:36 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-07-11 12:28:36 +0000
commit4f2779b809f6a9bb5ca63b10d55f8302cca2c656 (patch)
tree68df5cbcb0faafacf96c5671a9b4ca8f1d46096f /tools/llvm-ar
parente22cde01a63c907cb23f425ba4f4f16ede754dbe (diff)
downloadllvm-4f2779b809f6a9bb5ca63b10d55f8302cca2c656.tar.gz
llvm-4f2779b809f6a9bb5ca63b10d55f8302cca2c656.tar.bz2
llvm-4f2779b809f6a9bb5ca63b10d55f8302cca2c656.tar.xz
Sync llvm-ar's help string with the options it supports.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186076 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-ar')
-rw-r--r--tools/llvm-ar/llvm-ar.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/llvm-ar/llvm-ar.cpp b/tools/llvm-ar/llvm-ar.cpp
index bf9447bccf..9e17853fd5 100644
--- a/tools/llvm-ar/llvm-ar.cpp
+++ b/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