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 efce8f1 commit 0a35dd7Copy full SHA for 0a35dd7
llvm/tools/llvm-ar/llvm-ar.cpp
@@ -130,7 +130,7 @@ static void printArHelp(StringRef ToolName) {
130
<< "USAGE: " + ToolName +
131
" [options] [-]<operation>[modifiers] [relpos] "
132
"[count] <archive> [files]\n"
133
- << " " + ToolName + " -M [<mri-script]\n\n";
+ << " " + ToolName + " -M [< mri-script]\n\n";
134
135
outs() << ArOptions;
136
}
0 commit comments