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")
|
.long("description")
|
||||||
.value_name("DESCRIPTION")
|
.value_name("DESCRIPTION")
|
||||||
.required(true)
|
.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")
|
.arg(Arg::with_name("id")
|
||||||
.short("i")
|
.short("i")
|
||||||
.long("id")
|
.long("id")
|
||||||
.help("The album ID to rename.")
|
.help("The album ID to set the description for.")
|
||||||
.required(true)
|
.required(true)
|
||||||
.value_name("ID"))
|
.value_name("ID"))
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user