summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-04-27 19:09:05 +0000
committerqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-04-27 19:09:05 +0000
commit341f03d4df9d11498a3fd867d157e404df734704 (patch)
treeffe45e2c677edf6991df55f151dfab80f25bfe68
parent578112cb0dd965656e0a32ae6087493d1a64ee0d (diff)
Merged revisions 2460 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2460 | qwell | 2007-04-27 14:06:12 -0500 (Fri, 27 Apr 2007) | 10 lines Merged revisions 2459 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2459 | qwell | 2007-04-27 14:05:25 -0500 (Fri, 27 Apr 2007) | 2 lines Correct and remove (one of each) broken syntax examples. ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2461 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--ztmonitor.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ztmonitor.c b/ztmonitor.c
index a9278ad..b5f6b85 100644
--- a/ztmonitor.c
+++ b/ztmonitor.c
@@ -298,10 +298,8 @@ static void usage()
" " PROG " 1 -v -r streamrx.raw -t streamtx.raw\n"
"Play a combined rx/tx stream via OSS and save it to a file\n"
" " PROG " 1 -o -f stream.raw\n"
- "Play a combined rx/tx stream via OSS and save them to separate files\n"
- " " PROG " 1 -m -o -r streamrx.raw -t streamtx.raw\n"
"Save a combined normal rx/tx stream and a combined 'preecho' rx/tx stream to files\n"
- " " PROG " 1 -m -p -f stream.raw -F streampreecho.raw\n"
+ " " PROG " 1 -p -f stream.raw -F streampreecho.raw\n"
"Save a normal rx/tx stream and a 'preecho' rx/tx stream to separate files\n"
" " PROG " 1 -m -p -r streamrx.raw -t streamtx.raw -R streampreechorx.raw -T streampreechotx.raw\n"
"");