diff options
Diffstat (limited to 'doc/Usage/CommandLine.asciidoc')
-rw-r--r-- | doc/Usage/CommandLine.asciidoc | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/Usage/CommandLine.asciidoc b/doc/Usage/CommandLine.asciidoc index a21b7c2..00a8d6c 100644 --- a/doc/Usage/CommandLine.asciidoc +++ b/doc/Usage/CommandLine.asciidoc @@ -1,8 +1,14 @@ == Command-line Options === General -* `-h`, `--help`: Display this help. +* `-h`, `--help`: Display command-line options list.. * `-v`, `--version`: Display version information. -* `--build`: Display build branch and commit. +* `--build`: Display build commit. + +=== Configuration * `-c`, `--config`: Set configuration file. * `--no-remote`: Don't check for other instances when starting. + +=== Sessions +* `-s, --session`: Open the selected session. +* `--pick-session`: Open all available sessions and select which one to open. |