sane-tag-music: fix --help message

This commit is contained in:
Colin 2024-04-19 07:06:49 +00:00
parent 317996b609
commit b7d2020f10
1 changed files with 1 additions and 1 deletions

View File

@ -460,7 +460,7 @@ def main():
logging.basicConfig()
logging.getLogger().setLevel(logging.INFO)
parser = argparse.ArgumentParser(description="augment music tags based on library path")
parser = argparse.ArgumentParser(description=__doc__)
parser.add_argument('--dry-run', action='store_true')
parser.add_argument('--verbose', action='store_true')
parser.add_argument('--album', help="manually specify the tag")