fix command-line argument name of --cookies-from-browser (#1606)
This commit is contained in:
@@ -136,7 +136,7 @@ def build_parser():
|
|||||||
help="File to load additional cookies from",
|
help="File to load additional cookies from",
|
||||||
)
|
)
|
||||||
general.add_argument(
|
general.add_argument(
|
||||||
"--cookies-from_browser",
|
"--cookies-from-browser",
|
||||||
dest="cookies_from_browser", metavar="BROWSER[+KEYRING][:PROFILE]",
|
dest="cookies_from_browser", metavar="BROWSER[+KEYRING][:PROFILE]",
|
||||||
help=("Name of the browser to load cookies from, "
|
help=("Name of the browser to load cookies from, "
|
||||||
"with optional keyring name prefixed with '+' and "
|
"with optional keyring name prefixed with '+' and "
|
||||||
|
|||||||
@@ -6,4 +6,4 @@
|
|||||||
# it under the terms of the GNU General Public License version 2 as
|
# it under the terms of the GNU General Public License version 2 as
|
||||||
# published by the Free Software Foundation.
|
# published by the Free Software Foundation.
|
||||||
|
|
||||||
__version__ = "1.22.0"
|
__version__ = "1.22.1-dev"
|
||||||
|
|||||||
Reference in New Issue
Block a user