help
Syntax and description
The help command takes a single argument (Command), which is the name of the command for which help is required. It displays the command's syntax, its options, and other relevant information. If the Command argument is not specified, then all commands of the executable are listed, with each having a brief text description.
stylevisionserver help Command |
StyleVisionServer on Windows stylevisionserver on Windows and Unix (Linux, Mac)
* Note that lowercase (stylevisionserver) works on all platforms (Windows, Linux, and Mac), while upper-lower (StyleVisionServer) works only on Windows and Mac. * Use forward slashes on Linux and Mac, backslashes on Windows.
|
Example
Example of the help command to display information about the licenserver command:
stylevisionserver help licenseserver
The --help option
Help information about a command is also available by using the --help option of the command for which help information is required. The two commands below produce the same results:
stylevisionserver licenseserver --help
The command above uses the --help option of the licenseserver command.
stylevisionserver help licenseserver
The help command takes licenseserver as its argument.
Both commands display help information about the licenseserver command.