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 | bbd9759fd60291f7259626650eb74a3a5b934a22 (patch) | |
tree | 22ac234aa6612e9b88abad618e7f60f21b83ed04 /llvm/docs/CommandGuide | |
parent | 064e9b7cf090ee9f5d03df5c1944316aa2f6f7ad (diff) | |
download | bcm5719-llvm-bbd9759fd60291f7259626650eb74a3a5b934a22.tar.gz bcm5719-llvm-bbd9759fd60291f7259626650eb74a3a5b934a22.zip |
Make `args' stand out as bold, delete confusing elipsis at the end of cmdline.
llvm-svn: 14576
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/bugpoint.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/bugpoint.pod b/llvm/docs/CommandGuide/bugpoint.pod index 8474a9b08df..acd51811263 100644 --- a/llvm/docs/CommandGuide/bugpoint.pod +++ b/llvm/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 |