diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-01-24 18:31:50 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-01-24 18:31:50 +0000 |
commit | 53bd2d42870c92a7c66fc249d620b371a5340b72 (patch) | |
tree | 0218c48200d80417e1991b2bd280a156ab684767 /libjava/classpath/resource | |
parent | 7f04a1ee5fa68f1388b3ccf331d7e27a43a0ab8a (diff) | |
download | ppe42-gcc-53bd2d42870c92a7c66fc249d620b371a5340b72.tar.gz ppe42-gcc-53bd2d42870c92a7c66fc249d620b371a5340b72.zip |
* resource/gnu/classpath/tools/native2ascii/messages.properties
(Native2ASCII.ReversedHelpCompat): New.
* tools/gnu/classpath/tools/native2ascii/Native2ASCII.java
(createParser): Add -reverse. Update -reversed.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131801 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/classpath/resource')
-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 ab860c8d292..fe2d10ae3f5 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) |