aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--funcs/func_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/func_module.c b/funcs/func_module.c
index 09d27a0d6..7a6dc4399 100644
--- a/funcs/func_module.c
+++ b/funcs/func_module.c
@@ -59,7 +59,7 @@ static struct ast_custom_function ifmodule_function = {
.syntax = "IFMODULE(<modulename.so>)",
.read = ifmodule_read,
.desc = "Checks if a module is loaded. Use the full module name\n"
- "as shown by the list in \"show modules\". \n"
+ "as shown by the list in \"module list\". \n"
"Returns \"1\" if module exists in memory, otherwise \"0\".\n",
};