Fix help messages
This commit is contained in:
parent
d876b75d14
commit
69dfc55d10
@ -61,9 +61,9 @@ enum ArtistCommand {
|
||||
|
||||
#[derive(StructOpt, Debug)]
|
||||
enum SortCommand {
|
||||
#[structopt(help = "Set the provided name as the artist's sort name")]
|
||||
#[structopt(about = "Set the provided name as the artist's sort name")]
|
||||
Set(ArtistSortValue),
|
||||
#[structopt(help = "Clear the artist's sort name")]
|
||||
#[structopt(about = "Clear the artist's sort name")]
|
||||
Clear(ArtistValue),
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user