diff --git a/src/main.rs b/src/main.rs index 30cb0ab..1d9909e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -106,11 +106,11 @@ async fn main() -> Result<(), Box> { .long("description") .value_name("DESCRIPTION") .required(true) - .help("The description to set for the albums to rename. Must be under 1000 characters long.")) + .help("The description to set for the album. Must be under 1000 characters long.")) .arg(Arg::with_name("id") .short("i") .long("id") - .help("The album ID to rename.") + .help("The album ID to set the description for.") .required(true) .value_name("ID")) );