Fix minor typo in "prep" help message

This commit is contained in:
Clifford Wolf 2017-12-19 21:44:05 +01:00
parent 292984896b
commit b66d50e62d
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ struct PrepPass : public ScriptPass
log(" -nordff\n");
log(" passed to 'memory_dff'. prohibits merging of FFs into memory read ports\n");
log("\n");
log(" -nokeepdc\n");
log(" -nokeepdc\n");
log(" do not call opt_* with -keepdc\n");
log("\n");
log(" -run <from_label>[:<to_label>]\n");