DISPLAX Service includes a built-in help command that displays all available command-line options and a short description of each one. This is useful for users working with advanced features, automation, scripting, or troubleshooting via the command line.
By using the help parameter, you can quickly view supported commands without referring to external documentation.
To list all available DISPLAX Service commands and parameters, open a terminal or command prompt and run the service with the help option.
You can use either of the following:
-h
or
--help
displax-service -h
or
displax-service --help
After running the command, DISPLAX Service will output:
A list of available commands
Supported parameters
A brief description of what each command does
The help command is especially useful when:
Exploring DISPLAX Service capabilities for the first time
Building scripts or automation workflows
Verifying command syntax before execution
Troubleshooting advanced configurations
Working without access to online documentation
Always review the help output before running advanced or destructive commands.
Use the help command after software updates, as available parameters may change.
When contacting support, referencing exact command names from the help output can speed up troubleshooting.