diff --git a/Cargo.toml b/Cargo.toml index 12e41d3..7531106 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "mpv-mgr" version = "0.1.0" edition = "2021" -description = "A vim-plug style package manager for mpv scripts" +description = "Package manager for mpv scripts" authors = ["cnachtigall"] license = "MIT" repository = "https://github.com/cnachtigall/mpv-mgr" diff --git a/src/cli.rs b/src/cli.rs index 9fd74e3..a68ea3a 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -5,7 +5,7 @@ use crate::commands::Commands; #[derive(Parser)] #[command(name = "mpv-mgr")] -#[command(author, version, about = "A vim-plug style package manager for mpv scripts")] +#[command(author, version, about = "Package manager for mpv scripts")] #[command(propagate_version = true)] pub struct Cli { /// Path to config file (default: ~/.config/mpv-mgr/config.toml)