aboutsummaryrefslogtreecommitdiff
path: root/audio/yabridge/fix_change_path.diff
blob: 0b0575deb151b5df78273322081e9e13301a69d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/tools/yabridgectl/src/main.rs b/tools/yabridgectl/src/main.rs
index e66ef0da..6897260e 100644
--- a/tools/yabridgectl/src/main.rs
+++ b/tools/yabridgectl/src/main.rs
@@ -148,7 +148,8 @@ fn main() -> Result<()> {
                             "Automatically locate yabridge's files. This can be used after \
                              manually setting a path with the '--path' option to revert back to \
                              the default auto detection behaviour.",
-                        ),
+                        )
+                        .action(ArgAction::SetTrue),
                 )
                 .arg(
                     Arg::new("vst2_location")