mirror of https://github.com/YosysHQ/yosys.git
Update explanation for expect-no-warnings
This commit is contained in:
parent
d079ab9d19
commit
010d651450
|
@ -61,7 +61,7 @@ struct LoggerPass : public Pass {
|
|||
log(" expect log,warning or error to appear. In case of error return code is 0.\n");
|
||||
log("\n");
|
||||
log(" -expect-no-warnings\n");
|
||||
log(" gives error in case there is at least one warning.\n");
|
||||
log(" gives error in case there is at least one warning that is not expected.\n");
|
||||
log("\n");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue