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 92a0654 commit 1079d9cCopy full SHA for 1079d9c
llvm/tools/llvm-driver/llvm-driver.cpp
@@ -33,7 +33,7 @@ static void printHelpMessage() {
33
<< subcommands
34
<< "\n Type \"llvm <subcommand> --help\" to get more help on a "
35
"specific subcommand\n\n"
36
- << "OPTIONS:\n\n --help - Display this message";
+ << "OPTIONS:\n\n --help - Display this message\n";
37
}
38
39
static int findTool(int Argc, char **Argv, const char *Argv0) {
0 commit comments