From: Olle Johansson Date: Mon, 30 Oct 2006 21:56:48 +0000 (+0000) Subject: show, list, view, display... whatever. X-Git-Tag: 1.6.0-beta1~3^2~4213 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30deec45f879f21b60a6fcb0a4ebf1d177577e68;p=thirdparty%2Fasterisk.git show, list, view, display... whatever. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46514 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/funcs/func_module.c b/funcs/func_module.c index 09d27a0d6c..7a6dc43997 100644 --- a/funcs/func_module.c +++ b/funcs/func_module.c @@ -59,7 +59,7 @@ static struct ast_custom_function ifmodule_function = { .syntax = "IFMODULE()", .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", };