From 83273d5c43d8c14bd1ee186f07fff5a2cf0fa1f2 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 7 Oct 2003 20:33:52 +0000 Subject: [PATCH] no this really isn't extract git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8941 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/bugpoint.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CommandGuide/bugpoint.html b/docs/CommandGuide/bugpoint.html index b0b36fb8d5f..fc48f7ad62d 100644 --- a/docs/CommandGuide/bugpoint.html +++ b/docs/CommandGuide/bugpoint.html @@ -10,7 +10,7 @@ bugpoint

SYNOPSIS

-extract [options] [input llvm ll/bc files] [LLVM passes] --args <program arguments>... +bugpoint [options] [input llvm ll/bc files] [LLVM passes] --args <program arguments>...

DESCRIPTION