aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_waitforsilence.c
diff options
context:
space:
mode:
authorbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2005-12-23 00:00:11 +0000
committerbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2005-12-23 00:00:11 +0000
commitaab4da8b2910507e8b0d902f78875d55593c2631 (patch)
tree33940be6777b4fee665663c937728b981a364649 /apps/app_waitforsilence.c
parent41a4b58bc86b6b16644ef49d9892e90d0403cf82 (diff)
Another app documentation tweak.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7605 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_waitforsilence.c')
-rw-r--r--apps/app_waitforsilence.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_waitforsilence.c b/apps/app_waitforsilence.c
index cbba6cfc6..615eddbce 100644
--- a/apps/app_waitforsilence.c
+++ b/apps/app_waitforsilence.c
@@ -56,7 +56,7 @@ static char *descrip =
"SILENCE - if silence of x ms was detected"
"TIMEOUT - if silence of x ms was not detected."
"Examples:\n"
-" - WaitForSilence(500,2) will wait for 1/2 second of silence, twice\n"
+" - WaitForSilence(500|2) will wait for 1/2 second of silence, twice\n"
" - WaitForSilence(1000) will wait for 1 second of silence, once\n";
STANDARD_LOCAL_USER;