Mercurial > mplayer.hg
changeset 36688:a39a9aa7dc70
Update program documentation.
This is missing in r36782.
author | ib |
---|---|
date | Sun, 02 Feb 2014 21:42:59 +0000 |
parents | 6f91b66662e3 |
children | e8567b5f7da9 |
files | TOOLS/mphelp_check.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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