update argument.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42854 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/get_involved.html b/www/get_involved.html
index 36ac0c2..e191bfe 100644
--- a/www/get_involved.html
+++ b/www/get_involved.html
@@ -101,7 +101,7 @@
 

 

 Pretty printing from the AST:

-$ clang ~/t.c -parse-ast-print

+$ clang ~/t.c -ast-print

 typedef float V __attribute__(( vector_size(16) ));

 

 V foo(V a, V b) {

@@ -142,4 +142,4 @@
 </ul>

 </div>

 </body>

-</html>
\ No newline at end of file
+</html>