say PROBLEM

This commit is contained in:
Nikos Kouremenos 2005-09-17 13:56:18 +00:00
parent ae1e9a0cbf
commit 01f99f25b3
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ def visit(arg, dirname, names):
os.system('msgfmt --statistics ' + path_to_po)
if check:
os.system('msgfmt -c --check-accelerators="_" ' + path_to_po)
else:
print 'PROBLEM: cannot find gajim.po in', dirname
def show_help():
print sys.argv[0], '[help] [stats] [update] [check]'