[llvm-commits] CVS: llvm/www/docs/CommandLine.html

Chris Lattner lattner at cs.uiuc.edu
Mon Jun 2 23:41:02 PDT 2003


Changes in directory llvm/www/docs:

CommandLine.html updated: 1.8 -> 1.9

---
Log message:

Fix minor bug


---
Diffs of the changes:

Index: llvm/www/docs/CommandLine.html
diff -u llvm/www/docs/CommandLine.html:1.8 llvm/www/docs/CommandLine.html:1.9
--- llvm/www/docs/CommandLine.html:1.8	Thu May 22 15:36:06 2003
+++ llvm/www/docs/CommandLine.html	Mon Jun  2 23:40:06 2003
@@ -541,7 +541,7 @@
 };
 
 // Enable Debug Options to be specified on the command line
-<a href="#cl::opt">cl::opt</a><DebugLev> DebugLevel("<i>debug_level</i>", <a href="#cl::desc">cl::desc</a>("<i>Set the debugging level:</i>"),
+<a href="#cl::opt">cl::opt</a><DebugLev> DebugLevel("<i>debug_level</i>", <a href="#cl::desc">cl::desc</a>("<i>Set the debugging level:</i>"),
   <a href="#cl::values">cl::values</a>(
     clEnumValN(nodebuginfo, "none", "<i>disable debug information</i>"),
      clEnumVal(quick,               "<i>enable quick debug information</i>"),
@@ -1495,7 +1495,7 @@
 <address><a href="mailto:sabre at nondot.org">Chris Lattner</a></address>
 <!-- Created: Tue Jan 23 15:19:28 CST 2001 -->
 <!-- hhmts start -->
-Last modified: Thu May 22 15:35:19 CDT 2003
+Last modified: Mon Jun  2 23:39:44 CDT 2003
 <!-- hhmts end -->
 </font>
 </body></html>





More information about the llvm-commits mailing list