Made the help code slightly prettier

This commit is contained in:
Benjamyn Love 2017-09-18 09:14:19 +10:00
parent 89767bd615
commit ae826b71ae

View File

@ -55,12 +55,14 @@ def splitLines(confline):
return retval
def printHelp():
print bcolors.BLUE + "========================================================"
print bcolors.BLUE
print "========================================================"
print "= help - This screen ="
print "= clear - Clears the screen ="
print "= ping - Enables/Disables pinging the IP Address ="
print "= whois - Enables/Disables whois lookups ="
print "========================================================"
print "========================================================" + bcolors.RESET
print bcolors.RESET
def compareSOA(inNameservers, inDomain, origSOA):
dnsServer = '8.8.8.8'