Made the help code slightly prettier
This commit is contained in:
parent
89767bd615
commit
ae826b71ae
6
HTTPy.py
6
HTTPy.py
@ -55,12 +55,14 @@ def splitLines(confline):
|
|||||||
return retval
|
return retval
|
||||||
|
|
||||||
def printHelp():
|
def printHelp():
|
||||||
print bcolors.BLUE + "========================================================"
|
print bcolors.BLUE
|
||||||
|
print "========================================================"
|
||||||
print "= help - This screen ="
|
print "= help - This screen ="
|
||||||
print "= clear - Clears the screen ="
|
print "= clear - Clears the screen ="
|
||||||
print "= ping - Enables/Disables pinging the IP Address ="
|
print "= ping - Enables/Disables pinging the IP Address ="
|
||||||
|
print "= whois - Enables/Disables whois lookups ="
|
||||||
print "========================================================"
|
print "========================================================"
|
||||||
print "========================================================" + bcolors.RESET
|
print bcolors.RESET
|
||||||
|
|
||||||
def compareSOA(inNameservers, inDomain, origSOA):
|
def compareSOA(inNameservers, inDomain, origSOA):
|
||||||
dnsServer = '8.8.8.8'
|
dnsServer = '8.8.8.8'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user