diff --git a/src/zig_llvm-ar.cpp b/src/zig_llvm-ar.cpp index 75f2ef2fffe9..3d76d3c873dc 100644 --- a/src/zig_llvm-ar.cpp +++ b/src/zig_llvm-ar.cpp @@ -128,7 +128,7 @@ static void printArHelp(StringRef ToolName) { << "USAGE: " + ToolName + " [options] [-][modifiers] [relpos] " "[count] [files]\n" - << " " + ToolName + " -M []\n\n"; outs() << ArOptions; }