diff --git a/src/bin/musichoard-edit.rs b/src/bin/musichoard-edit.rs index 7c180e7..e534e28 100644 --- a/src/bin/musichoard-edit.rs +++ b/src/bin/musichoard-edit.rs @@ -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), }