< prev index next >

src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/TTYResources.java

Print this page
rev 47855 : 8189102: All tools should support -?, -h and --help

*** 1,7 **** /* ! * Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2001, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 424,434 **** "in user.home or user.dir"}, {"zz usage text", "Usage: {0} <options> <class> <arguments>\n" + "\n" + "where options include:\n" + ! " -help print out this message and exit\n" + " -sourcepath <directories separated by \"{1}\">\n" + " directories in which to look for source files\n" + " -attach <address>\n" + " attach to a running VM at the specified address using standard connector\n" + " -listen <address>\n" + --- 424,434 ---- "in user.home or user.dir"}, {"zz usage text", "Usage: {0} <options> <class> <arguments>\n" + "\n" + "where options include:\n" + ! " -? -h --help print this help message and exit\n" + " -sourcepath <directories separated by \"{1}\">\n" + " directories in which to look for source files\n" + " -attach <address>\n" + " attach to a running VM at the specified address using standard connector\n" + " -listen <address>\n" +
< prev index next >