src/share/classes/com/sun/tools/javah/resources/l10n.properties

changeset 1885
d6158f8d7235
parent 728
895bea45a3e8
child 2525
2eb010b6cb22
     1.1 --- a/src/share/classes/com/sun/tools/javah/resources/l10n.properties	Tue Jul 02 22:49:40 2013 +0100
     1.2 +++ b/src/share/classes/com/sun/tools/javah/resources/l10n.properties	Thu Jul 04 10:35:33 2013 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8  #
     1.9  # This code is free software; you can redistribute it and/or modify it
    1.10 @@ -77,6 +77,7 @@
    1.11  \n\t\
    1.12  -help                 Print this help message and exit\n\t\
    1.13  -classpath <path>     Path from which to load classes\n\t\
    1.14 +-cp <path>            Path from which to load classes\n\t\
    1.15  -bootclasspath <path> Path from which to load bootstrap classes\n\t\
    1.16  -d <dir>              Output directory\n\t\
    1.17  -o <file>             Output file (only one of -d or -o may be used)\n\t\
    1.18 @@ -108,6 +109,8 @@
    1.19  \  -force                   Always write output files
    1.20  main.opt.classpath=\
    1.21  \  -classpath <path>        Path from which to load classes
    1.22 +main.opt.cp=\
    1.23 +\  -cp <path>               Path from which to load classes
    1.24  main.opt.bootclasspath=\
    1.25  \  -bootclasspath <path>    Path from which to load bootstrap classes
    1.26  main.usage.foot=\

mercurial