summaryrefslogtreecommitdiffstats
path: root/tools/uplang
blob: 0f0106f98d84663973359cfe9760578c7bc2649a (plain)
1
2
3
4
5
6
7
#!/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
;