Print out copy locations on success.

Now it's easy to copy/paste where the host file needs to go.
This commit is contained in:
Ben Limmer
2013-05-29 21:28:49 -06:00
parent c446819b64
commit 02efc707f1

View File

@@ -37,6 +37,7 @@ def main():
finalFile = removeDups(mergeFile)
finalizeFile(finalFile)
printSuccess('Success! Your shiny new hosts file has been prepared.')
print 'Copy the generated file to /etc/hosts or %SystemRoot%\system32\drivers\etc\hosts'
# Prompt the User
def promptForUpdate():
@@ -252,4 +253,4 @@ def printFailure(text):
# End Helper Functions
if __name__ == "__main__":
main()
main()