mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 20:40:11 +02:00
[yabridgectl] Fix spelling in help text
This commit is contained in:
@@ -8,6 +8,10 @@ Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Yabridgectl
|
||||
|
||||
- Minor spelling fixes.
|
||||
|
||||
### Packaging
|
||||
|
||||
- The Meson wrap dependencies for `bitsery`, `function2` and `tomlplusplus` are
|
||||
|
||||
@@ -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