show, list, view, display... whatever.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46514 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Olle Johansson 19 years ago
parent 11d00cac15
commit 30deec45f8

@ -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",
};

Loading…
Cancel
Save