Describe the value name
authorChris Lattner <sabre@nondot.org>
Fri, 1 Aug 2003 22:15:15 +0000 (22:15 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 1 Aug 2003 22:15:15 +0000 (22:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7493 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/Timer.cpp
support/lib/Support/Timer.cpp

index 3672feb49dce1ace28ba610e191b7f29f9f3605b..98001287d9a03a0cf1a5eeedf32182197900a6de 100644 (file)
@@ -39,7 +39,7 @@ namespace {
 #endif
 
   cl::opt<std::string, true>
-  InfoOutputFilename("info-output-file",
+  InfoOutputFilename("info-output-file", cl::value_desc("filename"),
                      cl::desc("File to append -stats and -timer output to"),
                    cl::Hidden, cl::location(getLibSupportInfoOutputFilename()));
 }
index 3672feb49dce1ace28ba610e191b7f29f9f3605b..98001287d9a03a0cf1a5eeedf32182197900a6de 100644 (file)
@@ -39,7 +39,7 @@ namespace {
 #endif
 
   cl::opt<std::string, true>
-  InfoOutputFilename("info-output-file",
+  InfoOutputFilename("info-output-file", cl::value_desc("filename"),
                      cl::desc("File to append -stats and -timer output to"),
                    cl::Hidden, cl::location(getLibSupportInfoOutputFilename()));
 }