Skip to content

Commit 9b82a44

Browse files
committed
Fix help message typo
1 parent bd28d26 commit 9b82a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

passes/cmds/logcmd.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ struct LogPass : public Pass {
5959
log(" -push\n");
6060
log(" push a new level on the pass counter\n");
6161
log("\n");
62-
log(" -push\n");
62+
log(" -pop\n");
6363
log(" pop from the pass counter\n");
6464
log("\n");
6565
}

0 commit comments

Comments
 (0)