mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-16 04:39:08 +00:00
minor fix
This commit is contained in:
@@ -48,7 +48,7 @@ parser.add_option('-v',action="store_true", help="More verbose",dest="Verbose")
|
|||||||
|
|
||||||
options, args = parser.parse_args()
|
options, args = parser.parse_args()
|
||||||
|
|
||||||
if options.OURIP is None and options.Analyse is None:
|
if options.OURIP is None:
|
||||||
print "-i mandatory option is missing\n"
|
print "-i mandatory option is missing\n"
|
||||||
parser.print_help()
|
parser.print_help()
|
||||||
exit(-1)
|
exit(-1)
|
||||||
|
|||||||
Reference in New Issue
Block a user