summaryrefslogtreecommitdiff
path: root/resource/gnu
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2008-01-24 18:28:41 +0000
committerTom Tromey <tromey@redhat.com>2008-01-24 18:28:41 +0000
commitc619e738452285f37689ac2d73d14dfd7042948b (patch)
tree21cb10f850a7d533109f0c042c6d86bf2c7ecb8b /resource/gnu
parentaedbe5c94da87967d8fc3be960c034795bc153aa (diff)
downloadclasspath-c619e738452285f37689ac2d73d14dfd7042948b.tar.gz
* resource/gnu/classpath/tools/native2ascii/messages.properties
(Native2ASCII.ReversedHelpCompat): New. * tools/gnu/classpath/tools/native2ascii/Native2ASCII.java (createParser): Add -reverse. Update -reversed.
Diffstat (limited to 'resource/gnu')
-rw-r--r--resource/gnu/classpath/tools/native2ascii/messages.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/resource/gnu/classpath/tools/native2ascii/messages.properties b/resource/gnu/classpath/tools/native2ascii/messages.properties
index ab860c8d2..fe2d10ae3 100644
--- a/resource/gnu/classpath/tools/native2ascii/messages.properties
+++ b/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)