We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e2256 commit a9fc3e6Copy full SHA for a9fc3e6
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Changed
11
+
12
+- Make it clear that `--profile` argument can be an HTTP(S) URL (and not only a path) (#288)
13
14
## [2.0.4] - 2024-07-15
15
16
### Changed
src/zimit/zimit.py
@@ -273,8 +273,8 @@ def run(raw_args):
273
274
parser.add_argument(
275
"--profile",
276
- help="Path to tar.gz file which will be extracted "
277
- "and used as the browser profile",
+ help="Path or HTTP(S) URL to tar.gz file which contains the browser profile "
+ "directory",
278
)
279
280
0 commit comments