mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
make getopt flags match what usage says is there
This commit is contained in:
parent
1fcf9027cb
commit
477019757e
1 changed files with 1 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Reference in a new issue