From a856f5b4bbabec4fd07ff4cde6039ace16c23b1c Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 2 Jul 2004 15:42:20 +0000 Subject: [PATCH] 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 --- docs/CommandGuide/bugpoint.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CommandGuide/bugpoint.pod b/docs/CommandGuide/bugpoint.pod index 8474a9b08df..acd51811263 100644 --- a/docs/CommandGuide/bugpoint.pod +++ b/docs/CommandGuide/bugpoint.pod @@ -6,8 +6,8 @@ bugpoint - automatic test case reduction tool =head1 SYNOPSIS -bugpoint [options] [input LLVM ll/bc files] [LLVM passes] --args -I ... +bugpoint [options] [input LLVM ll/bc files] [LLVM passes] B<--args> +I =head1 DESCRIPTION