From 56c5a1da4de4a7511882b2a9d4bae608aca1e61b Mon Sep 17 00:00:00 2001 From: Riley Beckett Date: Sun, 19 Oct 2025 00:26:59 -0400 Subject: change allow-free-result to exact-match --- state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'state.h') diff --git a/state.h b/state.h index 7d6f203..e2335ba 100644 --- a/state.h +++ b/state.h @@ -94,7 +94,7 @@ typedef struct { // arguments int lines; - bool allow_free_result; + bool exact_match; bool center; bool verbose; -- cgit v1.2.3