module: fix bug in examples (#6954)
This commit is contained in:
parent
fcc03f1e6f
commit
2365635c15
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
- Search for a module by name:
|
||||
|
||||
`module spider {{module_name}}`
|
||||
`module avail {{module_name}}`
|
||||
|
||||
- Load a module:
|
||||
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
- Unload a specific loaded module:
|
||||
|
||||
`module {{module_name}}`
|
||||
`module unload {{module_name}}`
|
||||
|
||||
- Unload all loaded modules:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue