From 06e07f0f13498e9ae556d7eb49586b84148b422a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=84min=20Baumeler?= Date: Wed, 23 Jul 2025 13:01:15 +0200 Subject: [PATCH] improved --help --- src/main.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main.sh b/src/main.sh index 62302fd..3c85a6f 100755 --- a/src/main.sh +++ b/src/main.sh @@ -123,10 +123,11 @@ fi if [ "${1:-}" = "--help" ]; then $CAT <\` ] Options: - \`--help\`: Show this help and exit. + \`--help\`: Show this help and exit. + \`--show-artist\` \`\`: Show releaes of the artist given by the MusicBrainz ID \`\`. EOF exit 0 fi