diff options
| author | Tom Tromey <tromey@redhat.com> | 2008-01-24 18:31:50 +0000 |
|---|---|---|
| committer | Tom Tromey <tromey@gcc.gnu.org> | 2008-01-24 18:31:50 +0000 |
| commit | c496dbb3c1b16e1eaa20b50ca5cb7b65b6dcc214 (patch) | |
| tree | 0218c48200d80417e1991b2bd280a156ab684767 /libjava/classpath/resource/gnu | |
| parent | 3b3036831347b661eb5584350971c130e0f5e772 (diff) | |
| download | gcc-c496dbb3c1b16e1eaa20b50ca5cb7b65b6dcc214.zip gcc-c496dbb3c1b16e1eaa20b50ca5cb7b65b6dcc214.tar.gz gcc-c496dbb3c1b16e1eaa20b50ca5cb7b65b6dcc214.tar.bz2 | |
* resource/gnu/classpath/tools/native2ascii/messages.properties
(Native2ASCII.ReversedHelpCompat): New.
* tools/gnu/classpath/tools/native2ascii/Native2ASCII.java
(createParser): Add -reverse. Update -reversed.
From-SVN: r131801
Diffstat (limited to 'libjava/classpath/resource/gnu')
| -rw-r--r-- | libjava/classpath/resource/gnu/classpath/tools/native2ascii/messages.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libjava/classpath/resource/gnu/classpath/tools/native2ascii/messages.properties b/libjava/classpath/resource/gnu/classpath/tools/native2ascii/messages.properties index ab860c8..fe2d10a 100644 --- a/libjava/classpath/resource/gnu/classpath/tools/native2ascii/messages.properties +++ b/libjava/classpath/resource/gnu/classpath/tools/native2ascii/messages.properties @@ -1,5 +1,5 @@ # messages.properties -- English language messages -# Copyright (C) 2006 Free Software Foundation, Inc. +# Copyright (C) 2006, 2008 Free Software Foundation, Inc. # # This file is part of GNU Classpath. # @@ -41,3 +41,4 @@ Native2ASCII.EncodingHelp=encoding to use Native2ASCII.EncodingArgName=NAME Native2ASCII.EncodingSpecified=encoding already specified Native2ASCII.ReversedHelp=convert from encoding to native +Native2ASCII.ReversedHelpCompat=alias for -reverse (deprecated) |
