diff options
author | Tomer Shalev <shalev.tomer@gmail.com> | 2009-10-05 06:11:00 +0000 |
---|---|---|
committer | Tomer Shalev <shalev.tomer@gmail.com> | 2009-10-05 06:11:00 +0000 |
commit | ce53dd6523c035e6d1e21214c2cd9f615cefdf1e (patch) | |
tree | b58bb6a3e7c5904c500db10c9ce3da2b73df4ff0 | |
parent | 5f934892184b3c09c3bbacf6fd81b7ce4d2de4be (diff) |
Revert usage string change from r22930.
Amiconn: "langv2" had nothing to do with the language version byte in the
generated .lng file, so "langv4" makes no sense. It refers to the format of the
.lang. The current, tag-based format which allows to restrict strings to
certain targets or features is called langv2 versus the old, simpler format.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22939 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-x | tools/genlang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genlang b/tools/genlang index cedd052839..d191a820a6 100755 --- a/tools/genlang +++ b/tools/genlang @@ -28,7 +28,7 @@ my %user2num = if(!$ARGV[0]) { print <<MOO -Usage: genlang [options] <langv4 file> +Usage: genlang [options] <langv2 file> -p=<prefix> Make the tool create a [prefix].c and [prefix].h file. |