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