Mercurial > mplayer.hg
diff TOOLS/mphelp_check.py @ 36688:a39a9aa7dc70
Update program documentation.
This is missing in r36782.
author | ib |
---|---|
date | Sun, 02 Feb 2014 21:42:59 +0000 |
parents | 8715803f09e8 |
children |
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