From 51125f500691073e197b4272a682956e7e1b0f20 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 29 May 2025 02:04:56 +0000 Subject: driver api: refined the logic for display utility usage information. --- include/perk/perk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/perk/perk.h b/include/perk/perk.h index 65cbd62..1d081a8 100644 --- a/include/perk/perk.h +++ b/include/perk/perk.h @@ -29,7 +29,7 @@ extern "C" { #define PERK_DRIVER_VERBOSITY_NONE 0x0000 #define PERK_DRIVER_VERBOSITY_ERRORS 0x0001 #define PERK_DRIVER_VERBOSITY_STATUS 0x0002 -#define PERK_DRIVER_VERBOSITY_USAGE 0x0004 +#define PERK_DRIVER_VERBOSITY_UTILITY 0x0004 #define PERK_DRIVER_CLONE_VECTOR 0x0008 #define PERK_DRIVER_VERSION 0x0010 -- cgit v1.2.3