Skip to content

Commit 6e0d130

Browse files
committed
Update README with new option
1 parent 450a4b1 commit 6e0d130

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ with a standalone console script:
5353

5454
```console
5555
$ pycookiecheat --help
56-
usage: pycookiecheat [-h] -u URL [-b BROWSER] [-o OUTPUT_FILE]
56+
usage: pycookiecheat [-h] -u URL [-b BROWSER] [-o OUTPUT_FILE] [--verbose]
57+
[-c COOKIE_FILE]
5758

5859
Copy cookies from Chrome or Firefox and output as json
5960

@@ -63,6 +64,9 @@ options:
6364
-b BROWSER, --browser BROWSER
6465
-o OUTPUT_FILE, --output-file OUTPUT_FILE
6566
Output to this file in netscape cookie file format
67+
--verbose, -v Increase logging verbosity (may repeat), default is `logging.ERROR`
68+
-c COOKIE_FILE, --cookie-file COOKIE_FILE
69+
Cookie file
6670
```
6771

6872
### As a Python Library

0 commit comments

Comments
 (0)