[llvm-commits] CVS: llvm/docs/CommandGuide/bugpoint.pod

Misha Brukman brukman at cs.uiuc.edu
Fri Jul 2 10:43:02 PDT 2004


Changes in directory llvm/docs/CommandGuide:

bugpoint.pod updated: 1.2 -> 1.3

---
Log message:

Make `args' stand out as bold, delete confusing elipsis at the end of cmdline.


---
Diffs of the changes:  (+2 -2)

Index: llvm/docs/CommandGuide/bugpoint.pod
diff -u llvm/docs/CommandGuide/bugpoint.pod:1.2 llvm/docs/CommandGuide/bugpoint.pod:1.3
--- llvm/docs/CommandGuide/bugpoint.pod:1.2	Fri Jul  2 10:36:29 2004
+++ llvm/docs/CommandGuide/bugpoint.pod	Fri Jul  2 10:42:20 2004
@@ -6,8 +6,8 @@
 
 =head1 SYNOPSIS
 
-bugpoint [options] [input LLVM ll/bc files] [LLVM passes] --args
-I<program arguments> ...
+bugpoint [options] [input LLVM ll/bc files] [LLVM passes] B<--args>
+I<program arguments>
 
 =head1 DESCRIPTION
 





More information about the llvm-commits mailing list