From: Chris Lattner Date: Sun, 23 Oct 2005 22:35:42 +0000 (+0000) Subject: shrinkify the option name a bit X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7b7593c4815d95f53148d41b171580e8c88741b6;p=oota-llvm.git shrinkify the option name a bit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23910 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llc/llc.cpp b/tools/llc/llc.cpp index c6bcf8dcd66..76938450425 100644 --- a/tools/llc/llc.cpp +++ b/tools/llc/llc.cpp @@ -50,14 +50,14 @@ MArch("march", cl::desc("Architecture to generate code for:")); static cl::opt MCPU("mcpu", - cl::desc("Target a specific cpu type (-mcpu=help for list of choices)"), + cl::desc("Target a specific cpu type (-mcpu=help for details)"), cl::value_desc("cpu-name"), cl::init("")); static cl::list MAttrs("mattr", cl::CommaSeparated, - cl::desc("Target specific attributes (-mattr=help for list of choices)"), + cl::desc("Target specific attributes (-mattr=help for details)"), cl::value_desc("attr1,+attr2, ..., -attrN")); cl::opt