improved --help

This commit is contained in:
2025-07-23 13:01:15 +02:00
parent a5646b8f6e
commit 06e07f0f13

View File

@@ -123,10 +123,11 @@ fi
if [ "${1:-}" = "--help" ]; then if [ "${1:-}" = "--help" ]; then
$CAT <<EOF $CAT <<EOF
Usage: \`$0\` [ \`--help\` ] Usage: \`$0\` [ \`--help\` | \`--show-artist\` \`<mbid>\` ]
Options: Options:
\`--help\`: Show this help and exit. \`--help\`: Show this help and exit.
\`--show-artist\` \`<mbid>\`: Show releaes of the artist given by the MusicBrainz ID \`<mbid>\`.
EOF EOF
exit 0 exit 0
fi fi