Skip to content

Commit

Permalink
rename arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
karolzak committed Sep 7, 2020
1 parent c1e2953 commit 000d0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pre_commit_nb/base64_to_image_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def main(argv: Optional[Sequence[str]] = None) -> int:
parser = argparse.ArgumentParser()
parser.add_argument('filenames', nargs='*', help='Filenames to fix')
parser.add_argument(
'--az-blob_container-url',
'--az-blob-container-url',
default=None,
help='If provided it will upload images to external Azure Blob Storage container rather than local files') # NOQA E501
parser.add_argument(
Expand Down

0 comments on commit 000d0ce

Please sign in to comment.