mirror of
https://github.com/openzim/zimit.git
synced 2025-09-26 14:23:11 -04:00
Make it clear that --profile argument can be an HTTP(S) URL (and not only a path)
This commit is contained in:
parent
526019e095
commit
a1efe8dccf
@ -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.6] - 2024-08-02
|
||||
|
||||
### Changed
|
||||
|
@ -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 contains the browser profile "
|
||||
"directory",
|
||||
)
|
||||
|
||||
parser.add_argument(
|
||||
|
Loading…
x
Reference in New Issue
Block a user