add url_out in usage message
This commit is contained in:
parent
a81bcb985e
commit
7e5570b1e0
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ if __name__ == '__main__':
|
|||
|
||||
# if arguments are missing
|
||||
if len(sys.argv) != 4:
|
||||
print("[i] Usage : cookie.db url")
|
||||
print("[i] Usage : cookie.db url_in url_out")
|
||||
print("Get. The. Fuck. Out")
|
||||
|
||||
# extract related cookies from db
|
||||
|
|
Loading…
Reference in a new issue