From f8bfd5e7dff88b911781a92e1ad87a7eba9342b9 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 20 Jul 2024 21:58:05 +0530 Subject: evanix: --cache-status -> --check-cache-status --- include/evanix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/evanix.h b/include/evanix.h index 9dbe2e7..df3e034 100644 --- a/include/evanix.h +++ b/include/evanix.h @@ -9,7 +9,7 @@ struct evanix_opts_t { bool ispipelined; bool solver_report; bool close_unused_fd; - bool cache_status; + bool check_cache_status; char *system; uint32_t max_build; }; -- cgit v1.2.3