add url_out in usage message

This commit is contained in:
Wilfried OLLIVIER 2014-11-17 13:51:49 +01:00
parent a81bcb985e
commit 7e5570b1e0

View file

@ -49,7 +49,7 @@ if __name__ == '__main__':
# if arguments are missing # if arguments are missing
if len(sys.argv) != 4: 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") print("Get. The. Fuck. Out")
# extract related cookies from db # extract related cookies from db