[llvm-ar] --help: fix unquoted angle bracket (#101364)
Changes the argument in llvm-ar help message from `-M [<mri-script]` to `-M [< mri-script]`
This commit is contained in:
@@ -130,7 +130,7 @@ MODIFIERS:
|
||||
<< "USAGE: " + ToolName +
|
||||
" [options] [-]<operation>[modifiers] [relpos] "
|
||||
"[count] <archive> [files]\n"
|
||||
<< " " + ToolName + " -M [<mri-script]\n\n";
|
||||
<< " " + ToolName + " -M [< mri-script]\n\n";
|
||||
|
||||
outs() << ArOptions;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user