From: Dan Gohman Date: Mon, 18 Feb 2008 17:15:45 +0000 (+0000) Subject: Fix a missing space in the description of the find-bugs option. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=39564499c4b3d19af6e42f7718317443808e714f;p=oota-llvm.git Fix a missing space in the description of the find-bugs option. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47271 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/bugpoint/bugpoint.cpp b/tools/bugpoint/bugpoint.cpp index e47beca52bc..23646755040 100644 --- a/tools/bugpoint/bugpoint.cpp +++ b/tools/bugpoint/bugpoint.cpp @@ -34,7 +34,7 @@ AsChild("as-child", cl::desc("Run bugpoint as child process"), cl::ReallyHidden); static cl::opt -FindBugs("find-bugs", cl::desc("Run many different optimization sequences" +FindBugs("find-bugs", cl::desc("Run many different optimization sequences " "on program to find bugs"), cl::init(false)); static cl::list