diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-11-29 15:44:40 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-11-29 15:44:40 +0100 |
commit | e4402ac5ca0966515b00c278bb8c6fa1df07fc66 (patch) | |
tree | b9eaf705eeea19c7bbd218ed2a9e792fcddb7f35 /doc/Usage/CommandLine.asciidoc | |
parent | Remove old session code (diff) | |
download | smolbote-e4402ac5ca0966515b00c278bb8c6fa1df07fc66.tar.xz |
Add --session and --pick-session
-s,--session replaces --browser.session
--pick-session shows the SessionDialog instead of creating a session on
startup
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. |