fix command-line argument name of --cookies-from-browser (#1606)

This commit is contained in:
Mike Fährmann
2022-05-26 14:03:18 +02:00
parent 1d5145a280
commit b51f5fd345
2 changed files with 2 additions and 2 deletions

View File

@@ -136,7 +136,7 @@ def build_parser():
help="File to load additional cookies from",
)
general.add_argument(
"--cookies-from_browser",
"--cookies-from-browser",
dest="cookies_from_browser", metavar="BROWSER[+KEYRING][:PROFILE]",
help=("Name of the browser to load cookies from, "
"with optional keyring name prefixed with '+' and "

View File

@@ -6,4 +6,4 @@
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
__version__ = "1.22.0"
__version__ = "1.22.1-dev"