450077
This commit is contained in:
Rob Crittenden 2008-06-05 09:00:20 -04:00
parent ec2eff9774
commit d600f9bb09

View File

@ -334,7 +334,7 @@ def main():
if options.uninstall:
if not options.unattended:
print "\nThis is a NON REVERSIBLE operation and will delete all data and configuration!\n"
yesno = raw_input("Are you sure you want to continue with the uninstall proceedure?:[NO/yes] ")
yesno = raw_input("Are you sure you want to continue with the uninstall procedure?:[NO/yes] ")
if not yesno or yesno.lower() != "yes":
print ""
print "Aborting uninstall operation."