help
This command provides information about the correct syntax and execution of a command.
Syntax
flowforceserver help <command> |
Note: On Linux systems, use an all-lowercase flowforceserver to call the executable. |
Arguments
Argument | Description |
---|---|
<command> | Specifies the name of the command about which you wish to receive information. |
Using --help as option of other commands
You can also receive information about a command 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 |