aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_waitforsilence.c
diff options
context:
space:
mode:
authorbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2005-12-22 23:59:13 +0000
committerbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2005-12-22 23:59:13 +0000
commit2fd9155bca4e3b3cf5372588bcabbcd7d4f07181 (patch)
treeb2d8b2a9301622bb4d38a2d0b2e15969b435b4a2 /apps/app_waitforsilence.c
parenta1133ebd7c2ec7db319dad4c2982b695c0cd2c6a (diff)
Another app documentation tweak.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7604 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;