Skip to content

Commit

Permalink
Update readme with new csv option.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoadlck committed Dec 29, 2018
1 parent 9f72252 commit 601d3d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $ pip3 install -r requirements.txt

```bash
$ python3 sherlock.py --help
usage: sherlock.py [-h] [--version] [--verbose] [--quiet]
usage: sherlock.py [-h] [--version] [--verbose] [--quiet] [--csv]
USERNAMES [USERNAMES ...]

Sherlock: Find Usernames Across Social Networks (Version 0.1.0)
Expand All @@ -39,6 +39,7 @@ optional arguments:
--verbose, -v, -d, --debug
Display extra debugging information.
--quiet, -q Disable debugging information (Default Option).
--csv Create Comma-Separated Values (CSV) File.
```

For example, run ```python3 sherlock.py user123```, and all of the accounts
Expand Down

0 comments on commit 601d3d9

Please sign in to comment.