We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f7f3d9 commit 2828328Copy full SHA for 2828328
llvm/tools/llvm-reduce/llvm-reduce.cpp
@@ -141,7 +141,11 @@ int main(int Argc, char **Argv) {
141
const StringRef ToolName(Argv[0]);
142
143
cl::HideUnrelatedOptions({&LLVMReduceOptions, &getColorCategory()});
144
- cl::ParseCommandLineOptions(Argc, Argv, "LLVM automatic testcase reducer.\n");
+ cl::ParseCommandLineOptions(
145
+ Argc, Argv,
146
+ "LLVM automatic testcase reducer.\n"
147
+ "See https://llvm.org/docs/CommandGuide/llvm-reduce.html for more "
148
+ "information.\n");
149
150
if (Argc == 1) {
151
cl::PrintHelpMessage();
0 commit comments