< prev index next >

src/java.rmi/share/classes/sun/rmi/server/resources/rmid.properties

Print this page
rev 48495 : 8189102: All tools should support -?, -h and --help
Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

@@ -1,8 +1,8 @@
 #
 #
-# Copyright (c) 1998, 2005, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License version 2 only, as
 # published by the Free Software Foundation.  Oracle designates this

@@ -48,11 +48,11 @@
 rmid.syntax.log.required=\
         -log option required
 
 # {0} = the (string) illegal argument in question
 rmid.syntax.illegal.option=\
-        illegal option: {0}
+        invalid option: {0}
 
 # {0} = the (string) reason text that came with a thrown exception
 # "Activation.main" should not be translated, because it's a codepoint
 rmid.unexpected.exception=\
         Activation.main: an exception occurred: {0}
< prev index next >