mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
[yabridgectl] Fix spelling in help text
This commit is contained in:
@@ -74,7 +74,7 @@ fn main() -> Result<()> {
|
||||
.subcommand(App::new("status").about("Show the installation status for all plugins"))
|
||||
.subcommand(
|
||||
App::new("set")
|
||||
.about("Change installation method or yabridge path")
|
||||
.about("Change the installation method or yabridge path")
|
||||
.setting(AppSettings::ArgRequiredElseHelp)
|
||||
.arg(
|
||||
Arg::with_name("method")
|
||||
|
||||
Reference in New Issue
Block a user