From 2c20acb1981fc8fbd884dbece2a1115ca37732d2 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Wed, 19 Sep 2018 23:35:43 +0200 Subject: Update documentation --- doc/Usage/CommandLine.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/Usage/CommandLine.md (limited to 'doc/Usage/CommandLine.md') diff --git a/doc/Usage/CommandLine.md b/doc/Usage/CommandLine.md new file mode 100644 index 0000000..1c532ce --- /dev/null +++ b/doc/Usage/CommandLine.md @@ -0,0 +1,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. -- cgit v1.2.1