src/java.base/share/classes/sun/security/tools/keytool/Resources.java
changeset 48543 7067fe4e054e
parent 48539 20ed1cebe5f8
child 52511 ddcbc20e8c6a
equal deleted inserted replaced
48542:19effb7970bc 48543:7067fe4e054e
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    43         {".OPTION.", " [OPTION]..."},
    43         {".OPTION.", " [OPTION]..."},
    44         {"Options.", "Options:"},
    44         {"Options.", "Options:"},
    45         {"option.1.set.twice", "The %s option is specified multiple times. All except the last one will be ignored."},
    45         {"option.1.set.twice", "The %s option is specified multiple times. All except the last one will be ignored."},
    46         {"multiple.commands.1.2", "Only one command is allowed: both %1$s and %2$s were specified."},
    46         {"multiple.commands.1.2", "Only one command is allowed: both %1$s and %2$s were specified."},
    47         {"Use.keytool.help.for.all.available.commands",
    47         {"Use.keytool.help.for.all.available.commands",
    48                  "Use \"keytool -help\" for all available commands"},
    48                  "Use \"keytool -?, -h, or --help\" for this help message"},
    49         {"Key.and.Certificate.Management.Tool",
    49         {"Key.and.Certificate.Management.Tool",
    50                  "Key and Certificate Management Tool"},
    50                  "Key and Certificate Management Tool"},
    51         {"Commands.", "Commands:"},
    51         {"Commands.", "Commands:"},
    52         {"Use.keytool.command.name.help.for.usage.of.command.name",
    52         {"Use.keytool.command.name.help.for.usage.of.command.name",
    53                 "Use \"keytool -command_name -help\" for usage of command_name.\n" +
    53                 "Use \"keytool -command_name --help\" for usage of command_name.\n" +
    54                 "Use the -conf <url> option to specify a pre-configured options file."},
    54                 "Use the -conf <url> option to specify a pre-configured options file."},
    55         // keytool: help: commands
    55         // keytool: help: commands
    56         {"Generates.a.certificate.request",
    56         {"Generates.a.certificate.request",
    57                 "Generates a certificate request"}, //-certreq
    57                 "Generates a certificate request"}, //-certreq
    58         {"Changes.an.entry.s.alias",
    58         {"Changes.an.entry.s.alias",