removed batcat dependency
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user