module: fix bug in examples (#6954)

This commit is contained in:
Alberto Mario Ceballos-Arroyo
2021-10-11 14:04:43 -04:00
committed by GitHub
parent fcc03f1e6f
commit 2365635c15

View File

@@ -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: