mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +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]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Yabridgectl
|
||||||
|
|
||||||
|
- Minor spelling fixes.
|
||||||
|
|
||||||
### Packaging
|
### Packaging
|
||||||
|
|
||||||
- The Meson wrap dependencies for `bitsery`, `function2` and `tomlplusplus` are
|
- 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("status").about("Show the installation status for all plugins"))
|
||||||
.subcommand(
|
.subcommand(
|
||||||
App::new("set")
|
App::new("set")
|
||||||
.about("Change installation method or yabridge path")
|
.about("Change the installation method or yabridge path")
|
||||||
.setting(AppSettings::ArgRequiredElseHelp)
|
.setting(AppSettings::ArgRequiredElseHelp)
|
||||||
.arg(
|
.arg(
|
||||||
Arg::with_name("method")
|
Arg::with_name("method")
|
||||||
|
|||||||
Reference in New Issue
Block a user