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