Skip to content

Commit

Permalink
Update documentation on timeout command line option.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoadlck committed Sep 7, 2020
1 parent c2b0754 commit 36793af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sherlock/sherlock.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,10 +471,10 @@ def main():
action="store", metavar='TIMEOUT',
dest="timeout", type=timeout_check, default=None,
help="Time (in seconds) to wait for response to requests. "
"Default timeout of 60.0s."
"A longer timeout will be more likely to get results from slow sites."
"Default timeout is infinity. "
"A longer timeout will be more likely to get results from slow sites. "
"On the other hand, this may cause a long delay to gather all results."
)
)
parser.add_argument("--print-all",
action="store_true", dest="print_all",
help="Output sites where the username was not found."
Expand Down

0 comments on commit 36793af

Please sign in to comment.