jdk/test/sun/tools/jcmd/help_help.out
author ykantser
Thu, 16 Jan 2014 11:37:49 +0100
changeset 22286 5c1a07e4573d
parent 13417 0da65e793d21
permissions -rw-r--r--
7185591: jcmd-big-script.sh ERROR: could not find app's Java pid. Reviewed-by: egahlin, sla, jbachorik
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
11365
05d995976571 7104647: Adding a diagnostic command framework
fparain
parents:
diff changeset
     1
help
05d995976571 7104647: Adding a diagnostic command framework
fparain
parents:
diff changeset
     2
For more information about a specific command use 'help <command>'. With no argument this will show a list of available commands. 'help all' will show help for all commands.
05d995976571 7104647: Adding a diagnostic command framework
fparain
parents:
diff changeset
     3
22286
5c1a07e4573d 7185591: jcmd-big-script.sh ERROR: could not find app's Java pid.
ykantser
parents: 13417
diff changeset
     4
Impact: Low
11365
05d995976571 7104647: Adding a diagnostic command framework
fparain
parents:
diff changeset
     5
05d995976571 7104647: Adding a diagnostic command framework
fparain
parents:
diff changeset
     6
Syntax : help [options] [<command name>]
05d995976571 7104647: Adding a diagnostic command framework
fparain
parents:
diff changeset
     7
05d995976571 7104647: Adding a diagnostic command framework
fparain
parents:
diff changeset
     8
Arguments:
05d995976571 7104647: Adding a diagnostic command framework
fparain
parents:
diff changeset
     9
	command name : [optional] The name of the command for which we want help (STRING, no default value)
05d995976571 7104647: Adding a diagnostic command framework
fparain
parents:
diff changeset
    10
05d995976571 7104647: Adding a diagnostic command framework
fparain
parents:
diff changeset
    11
Options: (options must be specified using the <key> or <key>=<value> syntax)
05d995976571 7104647: Adding a diagnostic command framework
fparain
parents:
diff changeset
    12
	-all : [optional] Show help for all commands (BOOLEAN, false)