removed batcat dependency

This commit is contained in:
2025-07-25 09:05:32 +02:00
parent 7b83b55f69
commit 5bc17bccc9
4 changed files with 8 additions and 14 deletions

View File

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