summaryrefslogtreecommitdiff
path: root/apps/app_waitforsilence.c
diff options
context:
space:
mode:
authorBJ Weschke <bweschke@btwtech.com>2005-12-22 23:59:13 +0000
committerBJ Weschke <bweschke@btwtech.com>2005-12-22 23:59:13 +0000
commit3f035b3dfc443daa4f75996356ec00d822435ca7 (patch)
treeb2d8b2a9301622bb4d38a2d0b2e15969b435b4a2 /apps/app_waitforsilence.c
parent2f9eb968e755bf3da5fc8a19ba077aae4532c3b9 (diff)
Another app documentation tweak.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7604 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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;