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 | 499b96d5a84b37aaf5aac6beeab4973f265a85c7 (patch) | |
tree | e3fba5c122da4a220ffd11458daece4c518fa46b /llvm/docs/CommandGuide | |
parent | d6e477dccf19829d82fb6ac4c9ae0cfb1bad84b7 (diff) | |
download | bcm5719-llvm-499b96d5a84b37aaf5aac6beeab4973f265a85c7.tar.gz bcm5719-llvm-499b96d5a84b37aaf5aac6beeab4973f265a85c7.zip |
Fixed the awkward description of the -find-bugs option for bugpoint.
llvm-svn: 29708
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/bugpoint.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/bugpoint.pod b/llvm/docs/CommandGuide/bugpoint.pod index a7f4cbfab1c..e9a8e87e25c 100644 --- a/llvm/docs/CommandGuide/bugpoint.pod +++ b/llvm/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> |