improved --help
This commit is contained in:
@@ -123,10 +123,11 @@ fi
|
||||
|
||||
if [ "${1:-}" = "--help" ]; then
|
||||
$CAT <<EOF
|
||||
Usage: \`$0\` [ \`--help\` ]
|
||||
Usage: \`$0\` [ \`--help\` | \`--show-artist\` \`<mbid>\` ]
|
||||
|
||||
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
|
||||
exit 0
|
||||
fi
|
||||
|
Reference in New Issue
Block a user