Shrinkify to make --help output look better

llvm-svn: 23911
This commit is contained in:
Chris Lattner 2005-10-23 22:37:13 +00:00
parent 0b2bf4c255
commit 41548484f4
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ static cl::list<std::string>
MAttrs("mattr",
cl::CommaSeparated,
cl::desc("Target specific attributes (-mattr=help for details)"),
cl::value_desc("attr1,+attr2, ..., -attrN"));
cl::value_desc("a1,+a2,-a3,..."));
cl::opt<TargetMachine::CodeGenFileType>
FileType("filetype", cl::init(TargetMachine::AssemblyFile),