sane-tag-music: fix --help message
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user