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 /src/driver/pe_amain.c | |
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 'src/driver/pe_amain.c')
-rw-r--r-- | src/driver/pe_amain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver/pe_amain.c b/src/driver/pe_amain.c index 1804246..8a5724a 100644 --- a/src/driver/pe_amain.c +++ b/src/driver/pe_amain.c @@ -13,7 +13,7 @@ #ifndef PERK_DRIVER_FLAGS #define PERK_DRIVER_FLAGS PERK_DRIVER_VERBOSITY_ERRORS \ - | PERK_DRIVER_VERBOSITY_USAGE + | PERK_DRIVER_VERBOSITY_UTILITY #endif static const char vermsg[] = "%s%s%s (git://midipix.org/perk): " |