Skip to content

Commit

Permalink
display error on insufficient args
Browse files Browse the repository at this point in the history
  • Loading branch information
musalbas committed Apr 8, 2014
1 parent 49c1421 commit e5f0d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssltest.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def is_vulnerable(domain):

def main():
opts, args = options.parse_args()
if len(args) < 1:
if len(args) < 2:
options.print_help()
return

Expand Down

0 comments on commit e5f0d1a

Please sign in to comment.