Skip to content

Commit 9dfeda5

Browse files
authored
fixing a typo
1 parent c8e3479 commit 9dfeda5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bluto/bluto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ if __name__ == "__main__":
8080
parser.add_argument('-e', help='Used for brute forcing with a very large list of SubDomains', required=False, action='store_true')
8181
parser.add_argument('-t', type=int, help='Used to set the timeout, in seconds.', required=False)
8282
parser.add_argument('-d', help='Used for setting the target domain', required=False)
83-
parser.add_argument('-api', help='Supply your free Emial Hunter API key to gather even more email addresses', required=False)
83+
parser.add_argument('-api', help='Supply your free Email Hunter API key to gather even more email addresses', required=False)
8484
args = vars(parser.parse_args())
8585
if args['t']:
8686
timeout_value = args['t']

0 commit comments

Comments
 (0)