src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/TTYResources.java
changeset 48543 7067fe4e054e
parent 47216 71c04702a3d5
child 53782 37c12515c30f
equal deleted inserted replaced
48542:19effb7970bc 48543:7067fe4e054e
     1 /*
     1 /*
     2  * Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2001, 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
   424              "in user.home or user.dir"},
   424              "in user.home or user.dir"},
   425         {"zz usage text",
   425         {"zz usage text",
   426              "Usage: {0} <options> <class> <arguments>\n" +
   426              "Usage: {0} <options> <class> <arguments>\n" +
   427              "\n" +
   427              "\n" +
   428              "where options include:\n" +
   428              "where options include:\n" +
   429              "    -help             print out this message and exit\n" +
   429              "    -? -h --help -help print this help message and exit\n" +
   430              "    -sourcepath <directories separated by \"{1}\">\n" +
   430              "    -sourcepath <directories separated by \"{1}\">\n" +
   431              "                      directories in which to look for source files\n" +
   431              "                      directories in which to look for source files\n" +
   432              "    -attach <address>\n" +
   432              "    -attach <address>\n" +
   433              "                      attach to a running VM at the specified address using standard connector\n" +
   433              "                      attach to a running VM at the specified address using standard connector\n" +
   434              "    -listen <address>\n" +
   434              "    -listen <address>\n" +