summaryrefslogtreecommitdiff
path: root/src/expr/proof_node_updater.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/proof_node_updater.cpp')
-rw-r--r--src/expr/proof_node_updater.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/proof_node_updater.cpp b/src/expr/proof_node_updater.cpp
index 16e339645..e0f096075 100644
--- a/src/expr/proof_node_updater.cpp
+++ b/src/expr/proof_node_updater.cpp
@@ -156,7 +156,7 @@ void ProofNodeUpdater::processInternal(
{
Unhandled()
<< "ProofNodeUpdater::processInternal: cyclic proof! (use "
- "--proof-new-eager-checking)"
+ "--proof-eager-checking)"
<< std::endl;
}
visit.push_back(cp);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback