Browse Source

cookbooks/devel/core: listed `o` option for loadmodule

Daniel-Constantin Mierla 6 months ago
parent
commit
1020432905
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/cookbooks/devel/core.md

+ 1 - 0
docs/cookbooks/devel/core.md

@@ -1824,6 +1824,7 @@ They can be:
 - `g` (or `G`) - open the module shared object file with `RTLD_GLOBAL` set,
   which can be used for modules related to external scripting languages to avoid
   reloading.
+- `o` (or `O`) - if module is already loaded (e.g., via `--loadmodule`), skip it
 
 Example of usage: