summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2007-11-06 19:04:45 +0000
committerMark Michelson <mmichelson@digium.com>2007-11-06 19:04:45 +0000
commit5a4867543d268d68b9cfebcef6e02bb9e032173e (patch)
tree7700cf1ff2f8a29dd724b11a624ddc8f57a199b5 /main
parent8b917df39b2f10e3d9e59bad8d84a50eb4b23f13 (diff)
"show application <foo>" 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
Diffstat (limited to 'main')
-rw-r--r--main/pbx.c7
1 files changed, 4 insertions, 3 deletions
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,