mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-06 04:51:23 -07:00
Fixed instances of "CRTL-C" to "CTRL-C"
This commit is contained in:
parent
38219e249e
commit
44a4e495cc
3 changed files with 40 additions and 40 deletions
2
utils.py
2
utils.py
|
@ -293,7 +293,7 @@ def banner():
|
|||
print "\n \033[1;33mNBT-NS, LLMNR & MDNS %s\033[0m" % settings.__version__
|
||||
print ""
|
||||
print " Author: Laurent Gaffie (laurent.gaffie@gmail.com)"
|
||||
print " To kill this script hit CRTL-C"
|
||||
print " To kill this script hit CTRL-C"
|
||||
print ""
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue