diff options
Diffstat (limited to 'gallery_dl/option.py')
| -rw-r--r-- | gallery_dl/option.py | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gallery_dl/option.py b/gallery_dl/option.py index 4d9a358..91e9169 100644 --- a/gallery_dl/option.py +++ b/gallery_dl/option.py @@ -142,10 +142,12 @@ def build_parser(): ) general.add_argument( "--cookies-from-browser", - dest="cookies_from_browser", metavar="BROWSER[+KEYRING][:PROFILE]", + dest="cookies_from_browser", + metavar="BROWSER[+KEYRING][:PROFILE][::CONTAINER]", help=("Name of the browser to load cookies from, " - "with optional keyring name prefixed with '+' and " - "profile prefixed with ':'"), + "with optional keyring name prefixed with '+', " + "profile prefixed with ':', and " + "container prefixed with '::' ('none' for no container)"), ) output = parser.add_argument_group("Output Options") |
