[svn-commits] qwell: tools/trunk r6189 - /tools/trunk/dahdi_monitor.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Mar 17 12:07:46 CDT 2009


Author: qwell
Date: Tue Mar 17 12:07:42 2009
New Revision: 6189

URL: http://svn.digium.com/svn-view/dahdi?view=rev&rev=6189
Log:
Remove remnants of -p option, since it no longer exists.

Modified:
    tools/trunk/dahdi_monitor.c

Modified: tools/trunk/dahdi_monitor.c
URL: http://svn.digium.com/svn-view/dahdi/tools/trunk/dahdi_monitor.c?view=diff&rev=6189&r1=6188&r2=6189
==============================================================================
--- tools/trunk/dahdi_monitor.c (original)
+++ tools/trunk/dahdi_monitor.c Tue Mar 17 12:07:42 2009
@@ -282,7 +282,7 @@
 	extern char *optarg;
 
 	if ((argc < 2) || (atoi(argv[1]) < 1)) {
-		fprintf(stderr, "Usage: dahdi_monitor <channel num> [-v[v]] [-m] [-o] [-p] [-l limit] [-f FILE | -s FILE | -r FILE1 -t FILE2] [-F FILE | -S FILE | -R FILE1 -T FILE2]\n");
+		fprintf(stderr, "Usage: dahdi_monitor <channel num> [-v[v]] [-m] [-o] [-l limit] [-f FILE | -s FILE | -r FILE1 -t FILE2] [-F FILE | -S FILE | -R FILE1 -T FILE2]\n");
 		fprintf(stderr, "Options:\n");
 		fprintf(stderr, "        -v: Visual mode.  Implies -m.\n");
 		fprintf(stderr, "        -vv: Visual/Verbose mode.  Implies -m.\n");
@@ -305,9 +305,9 @@
 		fprintf(stderr, "Play a combined rx/tx stream via OSS and save it to a file\n");
 		fprintf(stderr, "        dahdi_monitor 1 -o -f stream.raw\n");
 		fprintf(stderr, "Save a combined normal rx/tx stream and a combined 'preecho' rx/tx stream to files\n");
-		fprintf(stderr, "        dahdi_monitor 1 -p -f stream.raw -F streampreecho.raw\n");
+		fprintf(stderr, "        dahdi_monitor 1 -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, "        dahdi_monitor 1 -m -p -r streamrx.raw -t streamtx.raw -R streampreechorx.raw -T streampreechotx.raw\n");
+		fprintf(stderr, "        dahdi_monitor 1 -m -r streamrx.raw -t streamtx.raw -R streampreechorx.raw -T streampreechotx.raw\n");
 		exit(1);
 	}
     




More information about the svn-commits mailing list