summaryrefslogtreecommitdiffstats
path: root/llvm/support/tools/TableGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-03 05:07:28 +0000
committerChris Lattner <sabre@nondot.org>2003-06-03 05:07:28 +0000
commit1580a96e2a0734e491d1b3920b5701a56ebe4e78 (patch)
treebc28719a71dabcbe52c723fb907d0f142fe337bd /llvm/support/tools/TableGen
parent0521493aa9c0c04ed8742d6471b8f0c540481ae1 (diff)
downloadbcm5719-llvm-1580a96e2a0734e491d1b3920b5701a56ebe4e78.tar.gz
bcm5719-llvm-1580a96e2a0734e491d1b3920b5701a56ebe4e78.zip
Spiff up options a bit
llvm-svn: 6573
Diffstat (limited to 'llvm/support/tools/TableGen')
-rw-r--r--llvm/support/tools/TableGen/TableGen.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/support/tools/TableGen/TableGen.cpp b/llvm/support/tools/TableGen/TableGen.cpp
index aebf6077e86..81529f0926d 100644
--- a/llvm/support/tools/TableGen/TableGen.cpp
+++ b/llvm/support/tools/TableGen/TableGen.cpp
@@ -16,7 +16,7 @@ namespace {
cl::opt<ActionType>
Action(cl::desc("Action to perform:"),
cl::values(clEnumValN(PrintRecords, "print-records",
- "Print all records to stdout"),
+ "Print all records to stdout (default)"),
clEnumValN(GenEmitter, "gen-emitter",
"Generate machine code emitter"),
clEnumValN(PrintEnums, "print-enums",
@@ -26,7 +26,8 @@ namespace {
0));
cl::opt<std::string>
- Class("class", cl::desc("Print Enum list for this class"));
+ Class("class", cl::desc("Print Enum list for this class"),
+ cl::value_desc("class name"));
cl::opt<std::string>
OutputFilename("o", cl::desc("Output filename"), cl::value_desc("filename"),
OpenPOWER on IntegriCloud