diff options
Diffstat (limited to 'docs/help/in/unload.in')
-rw-r--r-- | docs/help/in/unload.in | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/docs/help/in/unload.in b/docs/help/in/unload.in index 4bfdeb95..b804e093 100644 --- a/docs/help/in/unload.in +++ b/docs/help/in/unload.in @@ -1,8 +1,19 @@ +%9Syntax:%9 + @SYNTAX:unload@ -Unload a running plugin. List of running plugins can be shown with -/LOAD. +%9Parameters:%9 + + The name of the module to unload. + +%9Description:%9 + + Removes a module from the memory. + +%9Examples:%9 + + /UNLOAD fish -See also: LOAD +%9See also:%9 LOAD, SCRIPT |