1
0
Fork 0
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:
Alberto Mario Ceballos-Arroyo 2021-10-11 14:04:43 -04:00 committed by GitHub
parent fcc03f1e6f
commit 2365635c15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: