diff options
Diffstat (limited to 'llvm/tools/llvm-reduce/llvm-reduce.cpp')
-rw-r--r-- | llvm/tools/llvm-reduce/llvm-reduce.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-reduce/llvm-reduce.cpp b/llvm/tools/llvm-reduce/llvm-reduce.cpp index 362136f..f70074e 100644 --- a/llvm/tools/llvm-reduce/llvm-reduce.cpp +++ b/llvm/tools/llvm-reduce/llvm-reduce.cpp @@ -60,7 +60,7 @@ static cl::opt<std::string> cl::cat(LLVMReduceOptions)); static cl::list<std::string> - TestArguments("test-arg", cl::ZeroOrMore, + TestArguments("test-arg", cl::desc("Arguments passed onto the interesting-ness test"), cl::cat(LLVMReduceOptions)); |