From: BJ Weschke Date: Thu, 22 Dec 2005 23:59:13 +0000 (+0000) Subject: Another app documentation tweak. X-Git-Tag: 1.4.0-beta1~3149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f035b3dfc443daa4f75996356ec00d822435ca7;p=thirdparty%2Fasterisk.git Another app documentation tweak. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7604 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_waitforsilence.c b/apps/app_waitforsilence.c index cbba6cfc66..615eddbcee 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;