mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 22:15:42 +02:00
module: fix bug in examples (#6954)
This commit is contained in:
parent
fcc03f1e6f
commit
2365635c15
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue