Skip to content

Commit

Permalink
fix: fix error from getCollections conflicting -prefix argument
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Feb 4, 2024
1 parent 77dc291 commit 4a7d242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nbiatoolkit/nbia_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a7d242

Please sign in to comment.