aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/func_shell.c')
-rw-r--r--funcs/func_shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/func_shell.c b/funcs/func_shell.c
index e3b76abe8..39fc9f5d1 100644
--- a/funcs/func_shell.c
+++ b/funcs/func_shell.c
@@ -88,5 +88,5 @@ static int load_module(void)
return ast_custom_function_register(&shell_function);
}
-AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "SHELL dialplan function");
+AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "Returns the output of a shell command");