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.
mobiletogetherserver help Command |
MobileTogetherServer on Windows mobiletogetherserver on Windows and Unix (Linux, Mac)
* Note that lowercase (mobiletogetherserver) works on all platforms (Windows, Linux, and Mac), while upper-lower (MobileTogetherServer) 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:
mobiletogetherserver 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:
mobiletogetherserver licenseserver --help
The command above uses the --help option of the licenseserver command.
mobiletogetherserver help licenseserver
The help command takes licenseserver as its argument.
Both commands display help information about the licenseserver command.