[llvm] [llvm-ar] Add missing right angle bracket (PR #101364)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 31 11:15:15 PDT 2024


================
@@ -130,7 +130,7 @@ static void printArHelp(StringRef ToolName) {
          << "USAGE: " + ToolName +
                 " [options] [-]<operation>[modifiers] [relpos] "
                 "[count] <archive> [files]\n"
-         << "       " + ToolName + " -M [<mri-script]\n\n";
+         << "       " + ToolName + " -M [<mri-script>]\n\n";
----------------
MaskRay wrote:

This is probably `[-M <mri-script>]` since `-M` is part of the optional part.

https://github.com/llvm/llvm-project/pull/101364


More information about the llvm-commits mailing list