From 53bd2d42870c92a7c66fc249d620b371a5340b72 Mon Sep 17 00:00:00 2001 From: tromey Date: Thu, 24 Jan 2008 18:31:50 +0000 Subject: * 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 --- .../resource/gnu/classpath/tools/native2ascii/messages.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libjava/classpath/resource') 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) -- cgit v1.2.1