diff options
| author | Hristo Kovachev <bger@rockbox.org> | 2006-02-13 08:51:33 +0000 |
|---|---|---|
| committer | Hristo Kovachev <bger@rockbox.org> | 2006-02-13 08:51:33 +0000 |
| commit | 2a6ada219ce8c158f7610a2d353f3b9a049fb07f (patch) | |
| tree | 11c39cf7507626a4c3df18d8028ea83cc1fc3685 | |
| parent | 436584f731fccdc874e60751f6876ea3bfd351e9 (diff) | |
| download | rockbox-2a6ada219ce8c158f7610a2d353f3b9a049fb07f.zip rockbox-2a6ada219ce8c158f7610a2d353f3b9a049fb07f.tar.gz rockbox-2a6ada219ce8c158f7610a2d353f3b9a049fb07f.tar.bz2 rockbox-2a6ada219ce8c158f7610a2d353f3b9a049fb07f.tar.xz | |
Correct the usage output
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8673 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | tools/uplang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/uplang b/tools/uplang index 1cb3913..81c3a3a 100755 --- a/tools/uplang +++ b/tools/uplang @@ -2,7 +2,7 @@ if(!$ARGV[0]) { print <<MOO -Usage: lang.pl <english file> <translated file> +Usage: uplang <english file> <translated file> MOO ; exit; |