diff options
author | midipix <writeonce@midipix.org> | 2025-05-29 02:04:56 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-05-29 03:43:47 +0000 |
commit | 51125f500691073e197b4272a682956e7e1b0f20 (patch) | |
tree | 0e5ae8f67a6528275c9beeaa9e1842793bf4c296 /include | |
parent | 59b920bb87eab928e77b5227a1ed9023292a7552 (diff) | |
download | perk-51125f500691073e197b4272a682956e7e1b0f20.tar.bz2 perk-51125f500691073e197b4272a682956e7e1b0f20.tar.xz |
driver api: refined the logic for display utility usage information.
Diffstat (limited to 'include')
-rw-r--r-- | include/perk/perk.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |