help
Purpose
Provides help information about the command supplied as an argument.
Syntax
| FlowForceServer help <command> | 
| Note: On Linux systems, use an all-lowercase flowforceserver to call the executable. | 
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.
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 |