mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-16 10:02:53 -07:00
minor change
This commit is contained in:
parent
a21aaf7987
commit
af30d21908
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ parser.add_option('-v',action="store_true", help="More verbose",dest="Verbose")
|
|||
options, args = parser.parse_args()
|
||||
|
||||
if options.OURIP is None:
|
||||
print "-i mandatory option is missing\n"
|
||||
print "\n\033[1m\033[31m-i mandatory option is missing\033[0m\n"
|
||||
parser.print_help()
|
||||
exit(-1)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue