blob: 1c532ce5d7cc289b8267620e1a2554ae55837833 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
## Command-line options
### General
* `-h`, `--help`: Display this help.
* `-v`, `--version`: Display version information.
* `--build`: Display build branch and commit.
* `-c`, `--config`: Set configuration file.
* `--no-remote`: Don't check for other instances when starting.
### Tweaking configuration
You can overwrite options at runtime using the option path as a command line
parameter.
|