mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-15 08:47:08 +00:00
Update readme with new csv option.
This commit is contained in:
parent
9f72252564
commit
601d3d9495
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue