[zaptel-commits] qwell: branch 1.2 r2459 - /branches/1.2/ztmonitor.c

zaptel-commits at lists.digium.com zaptel-commits at lists.digium.com
Fri Apr 27 12:05:25 MST 2007


Author: qwell
Date: Fri Apr 27 14:05:25 2007
New Revision: 2459

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2459
Log:
Correct and remove (one of each) broken syntax examples.

Modified:
    branches/1.2/ztmonitor.c

Modified: branches/1.2/ztmonitor.c
URL: http://svn.digium.com/view/zaptel/branches/1.2/ztmonitor.c?view=diff&rev=2459&r1=2458&r2=2459
==============================================================================
--- branches/1.2/ztmonitor.c (original)
+++ branches/1.2/ztmonitor.c Fri Apr 27 14:05:25 2007
@@ -290,10 +290,8 @@
 		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);



More information about the zaptel-commits mailing list