From 3c5e37724a491b01a5d4c44f1249b7a8428ea944 Mon Sep 17 00:00:00 2001 From: Michael Migliore Date: Mon, 23 Dec 2024 18:37:46 +0100 Subject: [PATCH] review --- doc/user/CONFIGURATION_FILE.md | 2 +- doc/user/OPTIONS.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/user/CONFIGURATION_FILE.md b/doc/user/CONFIGURATION_FILE.md index 0fbf1ba5f9..676c571683 100644 --- a/doc/user/CONFIGURATION_FILE.md +++ b/doc/user/CONFIGURATION_FILE.md @@ -65,7 +65,7 @@ The third block specifies raytracing usage for .gltf and .glb files. The last block specifies that volume rendering should be used with .mhd files. The following options cannot be set via config file: -`help`, `version`, `list-readers`, `config`, `no-config` and `input`. +`help`, `version`, `list-readers`, `list-rendering-backends`, `scan-plugins`, `config`, `no-config` and `input`. The following options are only taken on the first load: `no-render`, `output`, `position`, `resolution`, `frame-rate` and all testing options. diff --git a/doc/user/OPTIONS.md b/doc/user/OPTIONS.md index 0ec3d0bc1f..26b36aadcb 100644 --- a/doc/user/OPTIONS.md +++ b/doc/user/OPTIONS.md @@ -14,6 +14,8 @@ Options|Type
Default|Description -h, \-\-help||Print *help* and exit. Ignore `--verbose`. \-\-version||Show *version* information and exit. Ignore `--verbose`. \-\-list-readers||List available *readers* and exit. Ignore `--verbose`. +\-\-list-bindings||List available *bindings* and exit. Ignore `--verbose`. +\-\-list-rendering-backends||List available *rendering backends* and exit. Ignore `--verbose`. \-\-config=\|string
config|Specify the [configuration file](CONFIGURATION_FILE.md) to use. Supports absolute/relative path but also filename/filestem to search for in standard configuration file locations. \-\-no-config|bool
false|Do not read any configuration file and consider only the command line options. \-\-no-render|bool
false|Do not render anything and quit just after loading the first file, use with \-\-verbose to recover information about a file.