aboutsummaryrefslogtreecommitdiff
path: root/state.h
diff options
context:
space:
mode:
authorRiley Beckett <rbeckettvt@gmail.com>2025-10-19 00:26:59 -0400
committerRiley Beckett <rbeckettvt@gmail.com>2025-10-19 00:26:59 -0400
commit56c5a1da4de4a7511882b2a9d4bae608aca1e61b (patch)
treee041ad1554d1f3c66f06e199ee9a93ff74d91f86 /state.h
parentbe014d7b8df14596530ef8f9e7d7a8afae281c5c (diff)
change allow-free-result to exact-match
Diffstat (limited to 'state.h')
-rw-r--r--state.h2
1 files changed, 1 insertions, 1 deletions
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;