Update yabridgectl documentation

This commit is contained in:
Robbert van der Helm
2020-07-17 13:34:55 +02:00
parent b94e68e935
commit 74be0992fd
5 changed files with 42 additions and 38 deletions
+1 -3
View File
@@ -26,8 +26,6 @@ mod config;
mod files;
mod utils;
// TODO: Reward parts of the readme
fn main() -> Result<()> {
let mut config = Config::read()?;
@@ -106,7 +104,7 @@ fn main() -> Result<()> {
Arg::with_name("prune")
.short('p')
.long("prune")
.about("Remove unrelated or leftover '.so' files"),
.about("Remove unrelated or leftover .so files"),
)
.arg(
Arg::with_name("verbose")