summaryrefslogtreecommitdiff
path: root/funcs
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-10-30 21:56:48 +0000
committerOlle Johansson <oej@edvina.net>2006-10-30 21:56:48 +0000
commit30deec45f879f21b60a6fcb0a4ebf1d177577e68 (patch)
treebfaa324fa4af381eafff07ac35b0891cd64d2be0 /funcs
parent11d00cac1575d41b955d8c6e7a651830deafdf2b (diff)
show, list, view, display... whatever.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46514 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'funcs')
-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",
};