From 5a4867543d268d68b9cfebcef6e02bb9e032173e Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Tue, 6 Nov 2007 19:04:45 +0000 Subject: "show application " changes for clarity. (closes issue #11171, reported and patched by blitzrage) Many thanks! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89044 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/pbx.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'main') diff --git a/main/pbx.c b/main/pbx.c index aa4459d35..3d4e812ec 100644 --- a/main/pbx.c +++ b/main/pbx.c @@ -435,11 +435,12 @@ static struct pbx_builtin { }, { "NoOp", pbx_builtin_noop, - "Do Nothing", - " NoOp(): This applicatiion does nothing. However, it is useful for debugging\n" + "Do Nothing (No Operation)", + " NoOp(): This application does nothing. However, it is useful for debugging\n" "purposes. Any text that is provided as arguments to this application can be\n" "viewed at the Asterisk CLI. This method can be used to see the evaluations of\n" - "variables or functions without having any effect." + "variables or functions without having any effect. Alternatively, see the\n" + "Verbose() application for finer grain control of output at custom verbose levels.\n" }, { "Progress", pbx_builtin_progress, -- cgit v1.2.3