aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-30 21:56:48 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-30 21:56:48 +0000
commitd130b1904fd272151b3a1e0cda04021afcf94e5b (patch)
treebfaa324fa4af381eafff07ac35b0891cd64d2be0 /funcs
parenteb896134ce40c3124edb593bf9f291f2a2241909 (diff)
show, list, view, display... whatever.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46514 f38db490-d61c-443f-a65b-d21fe96a405b
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",
};