Help message for musichoard-edit artist sort are not showing (#112)
Closes #111 Reviewed-on: #112
This commit is contained in:
parent
d876b75d14
commit
267f4a5461
@ -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