[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:45:57 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:

I think `<>` can be removed.

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


More information about the llvm-commits mailing list