Fixup of language update script.

This commit is contained in:
Michal Čihař
2010-06-20 16:15:38 +02:00
parent d10de675ce
commit 4f56db9d93

View File

@@ -66,7 +66,7 @@ CODE2LANG = {
'uz@latin': 'uzbek_latin',
}
if len(sys.argv) != 2:
if len(sys.argv) < 2:
print 'Usage: update-from-po PO_FILES'
sys.exit(1)