Browse Source

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

Daniel-Constantin Mierla 7 tháng trước cách đây
mục cha
commit
1020432905
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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: