From 96a54db5e763c19f556a1b54ad2956cc91b81cb8 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 1 Aug 2003 22:15:15 +0000 Subject: [PATCH] Describe the value name git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7493 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/Timer.cpp | 2 +- support/lib/Support/Timer.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Support/Timer.cpp b/lib/Support/Timer.cpp index 3672feb49dc..98001287d9a 100644 --- a/lib/Support/Timer.cpp +++ b/lib/Support/Timer.cpp @@ -39,7 +39,7 @@ namespace { #endif cl::opt - 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 3672feb49dc..98001287d9a 100644 --- a/support/lib/Support/Timer.cpp +++ b/support/lib/Support/Timer.cpp @@ -39,7 +39,7 @@ namespace { #endif cl::opt - 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())); } -- 2.34.1