From 73057d9a88e426071648e0f3dd996a5548ff68c0 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Tue, 1 Jul 2008 20:38:22 +0000 Subject: merge r4384 from zaptel/branches/1.4 here too git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4501 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- dahdi_monitor.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dahdi_monitor.c') diff --git a/dahdi_monitor.c b/dahdi_monitor.c index 9c738f4..81b718b 100644 --- a/dahdi_monitor.c +++ b/dahdi_monitor.c @@ -296,10 +296,10 @@ int main(int argc, char *argv[]) fprintf(stderr, " -r FILE: Save rx stream to FILE. Implies -m.\n"); fprintf(stderr, " -t FILE: Save tx stream to FILE. Implies -m.\n"); fprintf(stderr, " -s FILE: Save stereo rx/tx stream to FILE. Implies -m.\n"); - fprintf(stderr, " -F FILE: Save combined pre-echocanceled rx/tx stream to FILE. Cannot be used with -m. Implies -p.\n"); - fprintf(stderr, " -R FILE: Save pre-echocanceled rx stream to FILE. Implies -m and -p.\n"); - fprintf(stderr, " -T FILE: Save pre-echocanceled tx stream to FILE. Implies -m and -p.\n"); - fprintf(stderr, " -S FILE: Save pre-echocanceled stereo rx/tx stream to FILE. Implies -m and -p.\n"); + fprintf(stderr, " -F FILE: Save combined pre-echocanceled rx/tx stream to FILE. Cannot be used with -m.\n"); + fprintf(stderr, " -R FILE: Save pre-echocanceled rx stream to FILE. Implies -m.\n"); + fprintf(stderr, " -T FILE: Save pre-echocanceled tx stream to FILE. Implies -m.\n"); + fprintf(stderr, " -S FILE: Save pre-echocanceled stereo rx/tx stream to FILE. Implies -m.\n"); fprintf(stderr, "Examples:\n"); fprintf(stderr, "Save a stream to a file\n"); fprintf(stderr, " dahdi_monitor 1 -f stream.raw\n"); -- cgit v1.2.3