diff --git a/src/nbiatoolkit/nbia_cli.py b/src/nbiatoolkit/nbia_cli.py index 7c08ff4..39c35f2 100644 --- a/src/nbiatoolkit/nbia_cli.py +++ b/src/nbiatoolkit/nbia_cli.py @@ -59,7 +59,7 @@ def _initialize_parser(description: str) -> argparse.ArgumentParser: ) credentials.add_argument( - "-p", "--password", action="store", type=str, default= "", #help="Password for the NBIA API (default: '')" + "-pw", "--password", action="store", type=str, default= "", #help="Password for the NBIA API (default: '')" ) # make the credentials group show up first