# HG changeset patch # User ib # Date 1391377379 0 # Node ID a39a9aa7dc703ec8fdea485f270f6dda0923e5f8 # Parent 6f91b66662e36ea10d71a27e7faa32a60076beb7 Update program documentation. This is missing in r36782. diff -r 6f91b66662e3 -r a39a9aa7dc70 TOOLS/mphelp_check.py --- a/TOOLS/mphelp_check.py Sun Feb 02 21:34:57 2014 +0000 +++ b/TOOLS/mphelp_check.py Sun Feb 02 21:42:59 2014 +0000 @@ -1,8 +1,8 @@ #!/usr/bin/python # Tool to compare MPlayer translation files against a base file. Reports -# conflicting arguments, extra strings not present in the base file and -# (optionally) missing strings. +# conflicting definitions, mismatching arguments, extra definitions +# not present in the base file and (optionally) missing definitions. # Written by Uoti Urpala