diff --git a/tagstudio/tag_studio.py b/tagstudio/tag_studio.py index 948c6ff88..1861474f3 100644 --- a/tagstudio/tag_studio.py +++ b/tagstudio/tag_studio.py @@ -17,14 +17,9 @@ def main(): # Parse arguments. parser = argparse.ArgumentParser() - parser.add_argument( - "--open", - dest="open", - type=str, - help="Path to a TagStudio Library folder to open on start.", - ) parser.add_argument( "-o", + "--open", dest="open", type=str, help="Path to a TagStudio Library folder to open on start.",