src/java.base/share/classes/com/sun/java/util/jar/pack/DriverResource.java
changeset 48543 7067fe4e054e
parent 47216 71c04702a3d5
child 50603 95c0644a1c47
equal deleted inserted replaced
48542:19effb7970bc 48543:7067fe4e054e
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 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
    87                 "  -f{F}, --config-file={F}        read file F for Pack200.Packer properties",
    87                 "  -f{F}, --config-file={F}        read file F for Pack200.Packer properties",
    88                 "  -v, --verbose                   increase program verbosity",
    88                 "  -v, --verbose                   increase program verbosity",
    89                 "  -q, --quiet                     set verbosity to lowest level",
    89                 "  -q, --quiet                     set verbosity to lowest level",
    90                 "  -l{F}, --log-file={F}           output to the given log file, ",
    90                 "  -l{F}, --log-file={F}           output to the given log file, ",
    91                 "                                  or '-' for System.out",
    91                 "                                  or '-' for System.out",
    92                 "  -?, -h, --help                  print this message",
    92                 "  -?, -h, --help                  print this help message",
    93                 "  -V, --version                   print program version",
    93                 "  -V, --version                   print program version",
    94                 "  -J{X}                           pass option X to underlying Java VM",
    94                 "  -J{X}                           pass option X to underlying Java VM",
    95                 "",
    95                 "",
    96                 "Notes:",
    96                 "Notes:",
    97                 "  The -P, -C, -F, -M, and -D options accumulate.",
    97                 "  The -P, -C, -F, -M, and -D options accumulate.",
   116                 "  -r, --remove-pack-file        remove input file after unpacking",
   116                 "  -r, --remove-pack-file        remove input file after unpacking",
   117                 "  -v, --verbose                 increase program verbosity",
   117                 "  -v, --verbose                 increase program verbosity",
   118                 "  -q, --quiet                   set verbosity to lowest level",
   118                 "  -q, --quiet                   set verbosity to lowest level",
   119                 "  -l{F}, --log-file={F}         output to the given log file, or",
   119                 "  -l{F}, --log-file={F}         output to the given log file, or",
   120                 "                                '-' for System.out",
   120                 "                                '-' for System.out",
   121                 "  -?, -h, --help                print this message",
   121                 "  -?, -h, --help                print this help message",
   122                 "  -V, --version                 print program version",
   122                 "  -V, --version                 print program version",
   123                 "  -J{X}                         pass option X to underlying Java VM"
   123                 "  -J{X}                         pass option X to underlying Java VM"
   124             }
   124             }
   125         },
   125         },
   126         {MORE_INFO, "(For more information, run {0} --help .)"}, // parameter 0:command name
   126         {MORE_INFO, "(For more information, run {0} --help .)"}, // parameter 0:command name