3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00

Fix help message typo

This commit is contained in:
Miodrag Milanovic 2024-06-07 08:26:59 +02:00
parent bd28d26021
commit 9b82a44d25

View file

@ -59,7 +59,7 @@ struct LogPass : public Pass {
log(" -push\n"); log(" -push\n");
log(" push a new level on the pass counter\n"); log(" push a new level on the pass counter\n");
log("\n"); log("\n");
log(" -push\n"); log(" -pop\n");
log(" pop from the pass counter\n"); log(" pop from the pass counter\n");
log("\n"); log("\n");
} }