Skip to content

Commit 4ac1c58

Browse files
authored
[mlir][NFC] Add missing ) in doc for --mlir-print-local-scope (#125721)
Signed-off-by: Victor Guerra <[email protected]>
1 parent d44d806 commit 4ac1c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/IR/AsmPrinter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ struct AsmPrinterOptions {
182182
llvm::cl::opt<bool> printLocalScopeOpt{
183183
"mlir-print-local-scope", llvm::cl::init(false),
184184
llvm::cl::desc("Print with local scope and inline information (eliding "
185-
"aliases for attributes, types, and locations")};
185+
"aliases for attributes, types, and locations)")};
186186

187187
llvm::cl::opt<bool> skipRegionsOpt{
188188
"mlir-print-skip-regions", llvm::cl::init(false),

0 commit comments

Comments
 (0)