Explorar el Código

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

Daniel-Constantin Mierla hace 6 meses
padre
commit
1020432905
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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,
 - `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
   which can be used for modules related to external scripting languages to avoid
   reloading.
   reloading.
+- `o` (or `O`) - if module is already loaded (e.g., via `--loadmodule`), skip it
 
 
 Example of usage:
 Example of usage: