Help message for musichoard-edit artist sort are not showing #112

Merged
wojtek merged 1 commits from 111---help-message-for-musichoard-edit-artist-sort-are-not-showing into main 2024-01-14 15:57:18 +01:00

View File

@ -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),
}