jdk/src/java.base/share/classes/sun/security/tools/keytool/Resources.java
changeset 45839 6df5e24443fc
parent 44046 762e807bfac1
child 46139 5196af754957
--- a/jdk/src/java.base/share/classes/sun/security/tools/keytool/Resources.java	Fri Jul 07 12:19:00 2017 +0530
+++ b/jdk/src/java.base/share/classes/sun/security/tools/keytool/Resources.java	Sat Jul 08 14:09:01 2017 +0800
@@ -42,6 +42,8 @@
         // keytool: Help part
         {".OPTION.", " [OPTION]..."},
         {"Options.", "Options:"},
+        {"option.1.set.twice", "The %s option is specified multiple times. All except the last one will be ignored."},
+        {"multiple.commands.1.2", "Only one command is allowed: both %1$s and %2$s were specified."},
         {"Use.keytool.help.for.all.available.commands",
                  "Use \"keytool -help\" for all available commands"},
         {"Key.and.Certificate.Management.Tool",