diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-07-02 15:42:20 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-07-02 15:42:20 +0000 |
commit | a856f5b4bbabec4fd07ff4cde6039ace16c23b1c (patch) | |
tree | 01be9ddc75d3e7cdb06f59591714cf60484d0c97 /docs/CommandGuide/bugpoint.pod | |
parent | d7c41c2e3d2e0bd18e2d139efd0bab82ce5d5107 (diff) |
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
Diffstat (limited to 'docs/CommandGuide/bugpoint.pod')
-rw-r--r-- | docs/CommandGuide/bugpoint.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CommandGuide/bugpoint.pod b/docs/CommandGuide/bugpoint.pod index 8474a9b08d..acd5181126 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<program arguments> ... +bugpoint [options] [input LLVM ll/bc files] [LLVM passes] B<--args> +I<program arguments> =head1 DESCRIPTION |