summaryrefslogtreecommitdiff
path: root/ztmonitor.c
diff options
context:
space:
mode:
authorqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-04-27 19:06:12 +0000
committerqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-04-27 19:06:12 +0000
commit38a5768b29613537fdd930514eca60024dc41c4b (patch)
tree626fbc94ad8cfbcd5265ee6528f5f76bafb43ae1 /ztmonitor.c
parent87ad6958e625c1eef336d90d338a563964f60129 (diff)
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/branches/1.4@2460 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'ztmonitor.c')
-rw-r--r--ztmonitor.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ztmonitor.c b/ztmonitor.c
index 26b6ccb..e882eeb 100644
--- a/ztmonitor.c
+++ b/ztmonitor.c
@@ -290,10 +290,8 @@ int main(int argc, char *argv[])
fprintf(stderr, " ztmonitor 1 -v -r streamrx.raw -t streamtx.raw\n");
fprintf(stderr, "Play a combined rx/tx stream via OSS and save it to a file\n");
fprintf(stderr, " ztmonitor 1 -o -f stream.raw\n");
- fprintf(stderr, "Play a combined rx/tx stream via OSS and save them to separate files\n");
- fprintf(stderr, " ztmonitor 1 -m -o -r streamrx.raw -t streamtx.raw\n");
fprintf(stderr, "Save a combined normal rx/tx stream and a combined 'preecho' rx/tx stream to files\n");
- fprintf(stderr, " ztmonitor 1 -m -p -f stream.raw -F streampreecho.raw\n");
+ fprintf(stderr, " ztmonitor 1 -p -f stream.raw -F streampreecho.raw\n");
fprintf(stderr, "Save a normal rx/tx stream and a 'preecho' rx/tx stream to separate files\n");
fprintf(stderr, " ztmonitor 1 -m -p -r streamrx.raw -t streamtx.raw -R streampreechorx.raw -T streampreechotx.raw\n");
exit(1);