diff options
author | Patrick Jenkins <pjenkins@apple.com> | 2006-08-15 17:39:40 +0000 |
---|---|---|
committer | Patrick Jenkins <pjenkins@apple.com> | 2006-08-15 17:39:40 +0000 |
commit | 80d9244b093c7592519a2e0846c7fecefc1693e7 (patch) | |
tree | 5e085652f2ad90cfc0b281a635695a6fb409cc19 /docs/CommandGuide | |
parent | 94f7850af9034777855a7de6f459f1186c03debd (diff) | |
download | external_llvm-80d9244b093c7592519a2e0846c7fecefc1693e7.zip external_llvm-80d9244b093c7592519a2e0846c7fecefc1693e7.tar.gz external_llvm-80d9244b093c7592519a2e0846c7fecefc1693e7.tar.bz2 |
Fixed the awkward description of the -find-bugs option for bugpoint.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29708 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/bugpoint.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/bugpoint.pod b/docs/CommandGuide/bugpoint.pod index a7f4cbf..e9a8e87 100644 --- a/docs/CommandGuide/bugpoint.pod +++ b/docs/CommandGuide/bugpoint.pod @@ -67,7 +67,7 @@ B<bugpoint> may crash. =item B<-find-bugs> Continually randomize the specified passes and run them on the test program -until an error is found in LLVM or the user kills B<bugpoint>. +until a bug is found or the user kills B<bugpoint>. =item B<--help> |