generated from brennen/python_project
forgot the description in the argparser
This commit is contained in:
@@ -35,7 +35,7 @@ if __name__ == "__main__":
|
||||
)
|
||||
|
||||
parser = ArgumentParser(
|
||||
description=""
|
||||
description="Recursively traverse a music folder containing tracks and playlist files that reference them, replacing absolute paths in the playlists with equivalent relative paths."
|
||||
)
|
||||
|
||||
parser.add_argument(
|
||||
|
||||
Reference in New Issue
Block a user