Skip to content

Commit

Permalink
Usage fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m57 committed Sep 18, 2015
1 parent 7abe700 commit f98a4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ARDT.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def banner():

def usage():
banner()
print "Usage: %s -l [akamai_list] -t [victim_host] -r [request_file] -n [threads (default: 40)] "
print "Usage: %s -l [akamai_list] -t [victim_host] -r [request_file] -n [threads (default: 40)] " % sys.argv[0]
print ""
exit()

Expand Down

0 comments on commit f98a4d6

Please sign in to comment.