Skip to content

Commit

Permalink
Make it clear that --profile argument can be an HTTP(S) URL (and not …
Browse files Browse the repository at this point in the history
…only a path)
  • Loading branch information
benoit74 committed Jul 19, 2024
1 parent dcd6427 commit 6c76d61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Make it clear that `--profile` argument can be an HTTP(S) URL (and not only a path) (#288)

## [2.0.4] - 2024-07-15

### Changed
Expand Down
4 changes: 2 additions & 2 deletions src/zimit/zimit.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ def run(raw_args):

parser.add_argument(
"--profile",
help="Path to tar.gz file which will be extracted "
"and used as the browser profile",
help="Path or HTTP(S) URL to tar.gz file which will be used as the browser "
"profile",
)

parser.add_argument(
Expand Down

0 comments on commit 6c76d61

Please sign in to comment.