Skip to content

Commit 2828328

Browse files
authored
llvm-reduce: Link to command guide in help like bugpoint does (#134810)
1 parent 7f7f3d9 commit 2828328

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

llvm/tools/llvm-reduce/llvm-reduce.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,11 @@ int main(int Argc, char **Argv) {
141141
const StringRef ToolName(Argv[0]);
142142

143143
cl::HideUnrelatedOptions({&LLVMReduceOptions, &getColorCategory()});
144-
cl::ParseCommandLineOptions(Argc, Argv, "LLVM automatic testcase reducer.\n");
144+
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");
145149

146150
if (Argc == 1) {
147151
cl::PrintHelpMessage();

0 commit comments

Comments
 (0)