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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14576 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/CommandGuide/bugpoint.pod b/docs/CommandGuide/bugpoint.pod
index 8474a9b..acd5181 100644
--- a/docs/CommandGuide/bugpoint.pod
+++ b/docs/CommandGuide/bugpoint.pod
@@ -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