Add CLAP whenever mentioning yabridge libs

This commit is contained in:
Robbert van der Helm
2022-08-23 15:36:05 +02:00
parent beed7963ec
commit 98bb4a019b
11 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -130,11 +130,11 @@ fn main() -> Result<()> {
.long("path")
.help(
"Path to the directory containing \
'libyabridge-chainloader-{vst2,vst3}.so'",
'libyabridge-chainloader-{clap,vst2,vst3}.so'",
)
.long_help(
"Path to the directory containing \
'libyabridge-chainloader-{vst2,vst3}.so'. If this is not set, then \
'libyabridge-chainloader-{clap,vst2,vst3}.so'. If this is not set, then \
yabridgectl will look in both '/usr/lib' and \
'~/.local/share/yabridge' by default.",
)