[yabridgectl] Fix spelling in help text

This commit is contained in:
Robbert van der Helm
2021-03-25 20:38:02 +01:00
parent 9e5c49007a
commit 36d93d05ca
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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
+1 -1
View File
@@ -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")