Skip to content

Commit 6ab3401

Browse files
authored
Merge pull request #345 from openzim/profile_is_url_doc
Make it clear that --profile argument can be an HTTP(S) URL
2 parents 526019e + a1efe8d commit 6ab3401

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Make it clear that `--profile` argument can be an HTTP(S) URL (and not only a path) (#288)
13+
1014
## [2.0.6] - 2024-08-02
1115

1216
### Changed

src/zimit/zimit.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@ def run(raw_args):
273273

274274
parser.add_argument(
275275
"--profile",
276-
help="Path to tar.gz file which will be extracted "
277-
"and used as the browser profile",
276+
help="Path or HTTP(S) URL to tar.gz file which contains the browser profile "
277+
"directory",
278278
)
279279

280280
parser.add_argument(

0 commit comments

Comments
 (0)