help

Description

The help subcommand displays the online help for subcommands.

If you want to view the online help, it is recommended that you create a batch file and a command file that are exclusively used for displaying the online help. For detailed information, see the following Example.

Syntax

help

Example

In this example, a command file (cmdHelp.txt) and a batch file (runHelp.bat) are created in the C:\export directory on a Windows computer:

help

java -classpath "./lib/JSanExport.jar;./lib/JSanRmiApiEx.jar;./lib/JSanRmiServerUx.jar" -Xmx536870912 -Dmd.command=cmdHelp.txt -Dmd.logpath=log sanproject.getmondat.RJMdMain<CR+LF> pause<CR+LF>

In the preceding script, <CR+LF> indicates the end of a command line.

In this example, you must do one of the following to view the online Help: