From 30deec45f879f21b60a6fcb0a4ebf1d177577e68 Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Mon, 30 Oct 2006 21:56:48 +0000 Subject: show, list, view, display... whatever. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46514 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- funcs/func_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'funcs') 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()", .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", }; -- cgit v1.2.3