Merge pull request #345 from openzim/profile_is_url_doc

Make it clear that --profile argument can be an HTTP(S) URL
This commit is contained in:
benoit74 2024-08-07 11:26:55 +02:00 committed by GitHub
commit 6ab3401fa2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View File

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
### Changed
- Make it clear that `--profile` argument can be an HTTP(S) URL (and not only a path) (#288)
## [2.0.6] - 2024-08-02 ## [2.0.6] - 2024-08-02
### Changed ### Changed

View File

@ -273,8 +273,8 @@ def run(raw_args):
parser.add_argument( parser.add_argument(
"--profile", "--profile",
help="Path to tar.gz file which will be extracted " help="Path or HTTP(S) URL to tar.gz file which contains the browser profile "
"and used as the browser profile", "directory",
) )
parser.add_argument( parser.add_argument(