diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-07 20:33:52 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-07 20:33:52 +0000 |
commit | 83273d5c43d8c14bd1ee186f07fff5a2cf0fa1f2 (patch) | |
tree | 605b0b998beb4d09e64528376fbc885df1810d0f /docs/CommandGuide/bugpoint.html | |
parent | 1213bc773d7382edbca80480b187efa8cdf2490a (diff) |
no this really isn't extract
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8941 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/bugpoint.html')
-rw-r--r-- | docs/CommandGuide/bugpoint.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/bugpoint.html b/docs/CommandGuide/bugpoint.html index b0b36fb8d5..fc48f7ad62 100644 --- a/docs/CommandGuide/bugpoint.html +++ b/docs/CommandGuide/bugpoint.html @@ -10,7 +10,7 @@ <tt>bugpoint</tt> <h3>SYNOPSIS</h3> -<tt>extract [options] [input llvm ll/bc files] [LLVM passes] --args <program arguments>...</tt> +<tt>bugpoint [options] [input llvm ll/bc files] [LLVM passes] --args <program arguments>...</tt> <img src="../Debugging.gif" width=444 height=314 align=right> <h3>DESCRIPTION</h3> |