Fixed typo in main.rs
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
parent
1fbfa1b122
commit
f77667b44f
@ -106,11 +106,11 @@ async fn main() -> Result<(), Box<dyn std::error::Error + Send + Sync>> {
|
||||
.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"))
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user