Skip to content

Commit

Permalink
Update README with new option
Browse files Browse the repository at this point in the history
  • Loading branch information
samiam committed Oct 27, 2024
1 parent 450a4b1 commit 6e0d130
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ with a standalone console script:

```console
$ pycookiecheat --help
usage: pycookiecheat [-h] -u URL [-b BROWSER] [-o OUTPUT_FILE]
usage: pycookiecheat [-h] -u URL [-b BROWSER] [-o OUTPUT_FILE] [--verbose]
[-c COOKIE_FILE]

Copy cookies from Chrome or Firefox and output as json

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

### As a Python Library
Expand Down

0 comments on commit 6e0d130

Please sign in to comment.