Skip to content

Commit

Permalink
fix command-line argument name of --cookies-from-browser (#1606)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed May 26, 2022
1 parent 1d5145a commit b51f5fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gallery_dl/option.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down
2 changes: 1 addition & 1 deletion gallery_dl/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit b51f5fd

Please sign in to comment.