[cfe-commits] r97365 - /cfe/trunk/www/analyzer/xcode.html

Ted Kremenek kremenek at apple.com
Sat Feb 27 21:14:08 PST 2010


Author: kremenek
Date: Sat Feb 27 23:14:08 2010
New Revision: 97365

URL: http://llvm.org/viewvc/llvm-project?rev=97365&view=rev
Log:
Fix typo.

Modified:
    cfe/trunk/www/analyzer/xcode.html

Modified: cfe/trunk/www/analyzer/xcode.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/xcode.html?rev=97365&r1=97364&r2=97365&view=diff
==============================================================================
--- cfe/trunk/www/analyzer/xcode.html (original)
+++ cfe/trunk/www/analyzer/xcode.html Sat Feb 27 23:14:08 2010
@@ -126,7 +126,7 @@
 <p><b>Example 3</b>: Resetting Xcode to its default behavior:</p>
 
 <pre class="code_example">
-$ set-xcode-analyzer -use-xcode-clang
+$ set-xcode-analyzer --use-xcode-clang
 </pre>
 
 </div>





More information about the cfe-commits mailing list