Fix copy-paste error in manpage. Should be -stdlib=library.

llvm-svn: 163914
This commit is contained in:
Ted Kremenek 2012-09-14 17:20:56 +00:00
parent 903259fea2
commit efc32c0857
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ Treat subsequent input files as having type I<language>.
Specify the language standard to compile for.
=item B<-stdlib>=I<language>
=item B<-stdlib>=I<library>
Specify the C++ standard library to use; supported options are libstdc++ and
libc++.