diff options
Diffstat (limited to 'passes/sat')
-rw-r--r-- | passes/sat/sat.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/sat/sat.cc b/passes/sat/sat.cc index 468b49fd7..1aae421f0 100644 --- a/passes/sat/sat.cc +++ b/passes/sat/sat.cc @@ -1166,7 +1166,7 @@ struct SatPass : public Pass { log_cmd_error("Got -tempinduct but nothing to prove!\n"); if (prove_skip && tempinduct) - log_cmd_error("Options -prove-skip and -tempinduct don't work with each other.\n"); + log_cmd_error("Options -prove-skip and -tempinduct don't work with each other. Use -seq instead of -prove-skip.\n"); if (prove_skip >= seq_len && prove_skip > 0) log_cmd_error("The value of -prove-skip must be smaller than the one of -seq.\n"); |