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