llvm-ar: Remove unimplemented -N option from -help
authorDavid Majnemer <david.majnemer@gmail.com>
Wed, 28 Jan 2015 06:00:01 +0000 (06:00 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Wed, 28 Jan 2015 06:00:01 +0000 (06:00 +0000)
This fixes PR22358.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227296 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-ar/llvm-ar.cpp

index f72762ac174a1b74da8d7ca3a0a40fca7ed0e28b..2f1eb3b486a18197c0dfed473aea8dd0446291d1 100644 (file)
@@ -92,7 +92,6 @@ static cl::extrahelp MoreHelp(
   "  [a] - put file(s) after [relpos]\n"
   "  [b] - put file(s) before [relpos] (same as [i])\n"
   "  [i] - put file(s) before [relpos] (same as [b])\n"
-  "  [N] - use instance [count] of name\n"
   "  [o] - preserve original dates\n"
   "  [s] - create an archive index (cf. ranlib)\n"
   "  [S] - do not build a symbol table\n"