From e4402ac5ca0966515b00c278bb8c6fa1df07fc66 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 29 Nov 2018 15:44:40 +0100 Subject: Add --session and --pick-session -s,--session replaces --browser.session --pick-session shows the SessionDialog instead of creating a session on startup --- doc/Usage/CommandLine.asciidoc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'doc/Usage/CommandLine.asciidoc') 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. -- cgit v1.2.1