mirror of
https://github.com/sherlock-project/sherlock
synced 2025-02-16 20:48:27 +00:00
Update documentation on timeout command line option.
This commit is contained in:
parent
c2b07549d4
commit
36793af769
1 changed files with 3 additions and 3 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue