From a9fc3e66f610786f4cd816c1c806ecf1c28936b8 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Fri, 19 Jul 2024 13:46:05 +0000 Subject: [PATCH] Make it clear that --profile argument can be an HTTP(S) URL (and not only a path) --- CHANGELOG.md | 4 ++++ src/zimit/zimit.py | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a6e1a4..ef6daf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/zimit/zimit.py b/src/zimit/zimit.py index 07770f4..d70ef29 100755 --- a/src/zimit/zimit.py +++ b/src/zimit/zimit.py @@ -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(