Skip to content

Commit 893a339

Browse files
authored
Fixing Typo
1 parent 66b81c9 commit 893a339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evilurl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def parseHandler():
181181
parser.add_argument("-c", dest="checkConnection", action="store_true", help="Check generated/input domain connections")
182182
parser.add_argument("-o", dest="output", help="Save generated evil domains to a file")
183183
parser.add_argument("-f", dest="filepath", help="Import domains from a file and check them")
184-
parser.add_argument("-a", dest="aval", action="store_true", help="Check if domain is avaliable")
184+
parser.add_argument("-a", dest="aval", action="store_true", help="Check if domain is available")
185185

186186
if len(argv) == 1:
187187
parser.print_help()

0 commit comments

Comments
 (0)