From 2365635c15386cb579e70768cc6ab5fafe7751dc Mon Sep 17 00:00:00 2001 From: Alberto Mario Ceballos-Arroyo Date: Mon, 11 Oct 2021 14:04:43 -0400 Subject: [PATCH] module: fix bug in examples (#6954) --- pages/linux/module.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/module.md b/pages/linux/module.md index 828eec5d3..46858c737 100644 --- a/pages/linux/module.md +++ b/pages/linux/module.md @@ -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: