summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Support/Timer.cpp2
-rw-r--r--support/lib/Support/Timer.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Support/Timer.cpp b/lib/Support/Timer.cpp
index 3672feb49d..98001287d9 100644
--- a/lib/Support/Timer.cpp
+++ b/lib/Support/Timer.cpp
@@ -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()));
}
diff --git a/support/lib/Support/Timer.cpp b/support/lib/Support/Timer.cpp
index 3672feb49d..98001287d9 100644
--- a/support/lib/Support/Timer.cpp
+++ b/support/lib/Support/Timer.cpp
@@ -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()));
}