[svn-commits] qwell: branch 1.4 r2460 - in /branches/1.4: ./ ztmonitor.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Fri Apr 27 12:06:12 MST 2007


Author: qwell
Date: Fri Apr 27 14:06:12 2007
New Revision: 2460

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2460
Log:
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.

........

Modified:
    branches/1.4/   (props changed)
    branches/1.4/ztmonitor.c

Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.

Modified: branches/1.4/ztmonitor.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/ztmonitor.c?view=diff&rev=2460&r1=2459&r2=2460
==============================================================================
--- branches/1.4/ztmonitor.c (original)
+++ branches/1.4/ztmonitor.c Fri Apr 27 14:06:12 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 svn-commits mailing list