]> granicus.if.org Git - clang/commitdiff
Fix flag names in @available docs.
authorNico Weber <nicolasweber@gmx.de>
Fri, 14 Jul 2017 18:52:30 +0000 (18:52 +0000)
committerNico Weber <nicolasweber@gmx.de>
Fri, 14 Jul 2017 18:52:30 +0000 (18:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@308048 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LanguageExtensions.rst

index e120a88cdca367fc98a08681de87618a546ed65a..78f987c4a8e8b25bde1ad42983bdc4fe60560e86 100644 (file)
@@ -1275,8 +1275,8 @@ Objective-C @available
 ----------------------
 
 It is possible to use the newest SDK but still build a program that can run on
-older versions of macOS and iOS by passing ``-mmacosx-version-info=`` /
-``--miphoneos-version-min=``.
+older versions of macOS and iOS by passing ``-mmacosx-version-min=`` /
+``-miphoneos-version-min=``.
 
 Before LLVM 5.0, when calling a function that exists only in the OS that's
 newer than the target OS (as determined by the minimum deployment version),