diff --git a/src/catdata/cql/exp/AqlHelp.java b/src/catdata/cql/exp/AqlHelp.java index d4900a9..d309f67 100644 --- a/src/catdata/cql/exp/AqlHelp.java +++ b/src/catdata/cql/exp/AqlHelp.java @@ -303,6 +303,8 @@ static String getOptionText2(AqlOption op) { // break; case check_warn_instead_of_fail: return "When true, check commans will emit warnings instead of stopping execution"; + case use_egglog_for_chase: + return "When enabled, uses the egglog equality-saturation engine to compute the chase."; default: break; }