summaryrefslogtreecommitdiff
path: root/dahdi_monitor.c
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2009-03-17 17:07:42 +0000
committerJason Parker <jparker@digium.com>2009-03-17 17:07:42 +0000
commit61f2acc35f7921cc7fc6584cd5e2879b1c2e15a6 (patch)
tree2251507926ebed20f738d88f05fa72b175e24bf3 /dahdi_monitor.c
parent92d5e06884df39aac60d0b0a06f49f725e8b4c99 (diff)
Remove remnants of -p option, since it no longer exists.
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@6189 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'dahdi_monitor.c')
-rw-r--r--dahdi_monitor.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dahdi_monitor.c b/dahdi_monitor.c
index 04597d4..ddfb3a4 100644
--- a/dahdi_monitor.c
+++ b/dahdi_monitor.c
@@ -282,7 +282,7 @@ int main(int argc, char *argv[])
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 @@ int main(int argc, char *argv[])
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);
}