forgot the description in the argparser

This commit is contained in:
Brennen Raimer
2026-05-04 12:09:44 -04:00
parent 223d1fbc42
commit 44ccaa318f
+1 -1
View File
@@ -35,7 +35,7 @@ if __name__ == "__main__":
) )
parser = ArgumentParser( 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( parser.add_argument(