summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2025-05-29 02:04:56 +0000
committermidipix <writeonce@midipix.org>2025-05-29 03:43:47 +0000
commit51125f500691073e197b4272a682956e7e1b0f20 (patch)
tree0e5ae8f67a6528275c9beeaa9e1842793bf4c296 /include
parent59b920bb87eab928e77b5227a1ed9023292a7552 (diff)
downloadperk-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.h2
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