diff options
Diffstat (limited to 'docs/help/unload')
-rw-r--r-- | docs/help/unload | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/help/unload b/docs/help/unload new file mode 100644 index 0000000..fc1aaee --- /dev/null +++ b/docs/help/unload @@ -0,0 +1,19 @@ + +%9Syntax:%9 + +UNLOAD %|<module> [<submodule>] + +%9Parameters:%9 + + The name of the module to unload. + +%9Description:%9 + + Removes a module from the memory. + +%9Examples:%9 + + /UNLOAD fish + +%9See also:%9 LOAD, SCRIPT + |