help
Purpose
Provides help information about the command supplied as argument.
Syntax
FlowForceServer help Command |
|
Arguments
The help command takes a single argument: the name of the command for which help is required. It displays the correct syntax of the command and other information relevant to the correct execution of the command.
Example
FlowForceServer help createdb |
Using --help as option for other commands
Help information about a command is also available by using the --help option with that command. For example, using the --help option with the createdb command, as follows:
FlowForceServer createdb --help |
has the same result as:
FlowForceServer help createdb |