c06e7772ff
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9470 a1c6a512-1295-4272-9138-f99709370657
7 lines
160 B
Perl
Executable file
7 lines
160 B
Perl
Executable file
#!/usr/bin/perl
|
|
|
|
print <<MOO
|
|
The tool formerly known as 'uplang' is no longer used. We now use
|
|
genlang2 with the -u option to get updated language files.
|
|
MOO
|
|
;
|