Skip to content

Commit

Permalink
Typo in -e argument
Browse files Browse the repository at this point in the history
  • Loading branch information
giftig committed Jan 8, 2024
1 parent 0b37226 commit 2cdc44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3_browser/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ def main():
)
)
parser.add_argument(
'-e-', '--endpoint', type=str, default=None,
'-e', '--endpoint', type=str, default=None,
help=(
'Optional endpoint URL to use if not the default Amazon S3 URL. '
'Hoststring like https://example.com:1234'
Expand Down

0 comments on commit 2cdc44e

Please sign in to comment.