make getopt flags match what usage says is there

This commit is contained in:
Eric House 2014-05-04 16:39:56 -07:00
parent 1fcf9027cb
commit 477019757e

View file

@ -116,7 +116,7 @@ def usage():
print " -a # insert missing string elements for translation"
print " -c # compare each file with the English, listing string not in both"
print " -f # work on this strings.xml file (does all if none specified)"
print " -x # save any changes made (does not by default)"
print " -s # save any changes made (does not by default)"
sys.exit(1)
def main():